angular-ui/ui-router
Copy this badge! ↑
Ng1 StateBuilder
should use the state object to build a default view, when no `views` property is found
ng1StateBuilderSpec.ts
Ng1 StateBuilder
It should use the views object to build views, when defined
ng1StateBuilderSpec.ts
Ng1 StateBuilder
should not allow a view config with both component and template keys
ng1StateBuilderSpec.ts
Ng1 StateBuilder
should replace a resolve: string value with a function that injects the service of the same name
ng1StateBuilderSpec.ts
Resolvables system:
strictDi support
should throw when creating a resolvable with an unannotated fn and strictDi mode on
resolveSpec.ts
Resolvables system:
strictDi support
should not throw when creating a resolvable with an annotated fn and strictDi mode on
resolveSpec.ts
$resolve
.resolve()
calls injectable functions and returns a promise
resolveSpec.ts
$resolve
.resolve()
resolves promises returned from the functions
resolveSpec.ts
$resolve
.resolve()
resolves dependencies between functions
resolveSpec.ts
$resolve
.resolve()
resolves dependencies between functions that return promises
resolveSpec.ts
$resolve
.resolve()
allows a function to depend on an injector value of the same name
resolveSpec.ts
$resolve
.resolve()
allows locals to be passed that override the injector
resolveSpec.ts
$resolve
.resolve()
does not call injectables overridden by a local
resolveSpec.ts
$resolve
.resolve()
includes locals in the returned values
resolveSpec.ts
$resolve
.resolve()
allows inheritance from a parent resolve()
resolveSpec.ts
$resolve
.resolve()
resolves dependencies from a parent resolve()
resolveSpec.ts
$resolve
.resolve()
allow access to ancestor resolves in descendent resolve blocks
resolveSpec.ts
$resolve
.resolve()
allow parent resolve to override grandparent resolve
resolveSpec.ts
$resolve
.resolve()
allows a function to override a parent value of the same name
resolveSpec.ts
$resolve
.resolve()
allows a function to override a parent value of the same name with a promise
resolveSpec.ts
$resolve
.resolve()
it only resolves after the parent resolves
resolveSpec.ts
$resolve
.resolve()
rejects missing dependencies but does not fail synchronously
resolveSpec.ts
$resolve
.resolve()
propagates exceptions thrown by the functions as a rejection
resolveSpec.ts
$resolve
.resolve()
propagates errors from a parent resolve
resolveSpec.ts
$resolve
.resolve()
does not invoke any functions if the parent resolve has already failed
resolveSpec.ts
$resolve
.resolve()
does not invoke any more functions after a parent failure
resolveSpec.ts
Integration: Resolvables system
should not re-resolve data, when redirecting to a child
resolveSpec.ts
Integration: Resolvables system
should not inject child data into parent
resolveSpec.ts
Integration: Resolvables system
should inject a promise for NOWAIT resolve into a controller
resolveSpec.ts
Integration: Resolvables system
should bind a promise for NOWAIT resolve onto a component controller
resolveSpec.ts
UI-Router services
Should expose ui-router providers from the UIRouter instance
servicesSpec.ts
UI-Router services
Should expose ui-router services from the UIRouter instance
servicesSpec.ts
uiStateRef
links with promises
should update the href when promises on parameters change before scope is applied
stateDirectivesSpec.ts
uiStateRef
links
should generate the correct href
stateDirectivesSpec.ts
uiStateRef
links
should update the href when parameters change
stateDirectivesSpec.ts
uiStateRef
links
should allow multi-line attribute values
stateDirectivesSpec.ts
uiStateRef
links
should transition states when left-clicked
stateDirectivesSpec.ts
uiStateRef
links
should transition when given a click that contains no data (fake-click)
stateDirectivesSpec.ts
uiStateRef
links
should not transition states when ctrl-clicked
stateDirectivesSpec.ts
uiStateRef
links
should not transition states when meta-clicked
stateDirectivesSpec.ts
uiStateRef
links
should not transition states when shift-clicked
stateDirectivesSpec.ts
uiStateRef
links
should not transition states when alt-clicked
stateDirectivesSpec.ts
uiStateRef
links
should not transition states when middle-clicked
stateDirectivesSpec.ts
uiStateRef
links
should not transition states when element has target specified
stateDirectivesSpec.ts
uiStateRef
links
should not transition states if preventDefault() is called in click handler
stateDirectivesSpec.ts
uiStateRef
links
should allow passing params to current state
stateDirectivesSpec.ts
uiStateRef
links
should allow multi-line attribute values when passing params to current state
stateDirectivesSpec.ts
uiStateRef
links
should take an object as a parameter and update properly on digest churns
stateDirectivesSpec.ts
uiStateRef
links in html5 mode
should generate the correct href
stateDirectivesSpec.ts
uiStateRef
links in html5 mode
should update the href when parameters change
stateDirectivesSpec.ts
Load More