Annotates a controller expression (may be a controller function(), a "controllername", or "controllername as name")
Annotates a controller expression (may be a controller function(), a "controllername", or "controllername as name")
returns an array of strings, which are the arguments of the controller expression
This is a StateBuilder.builder function for angular1 resolve:
block on a Ng1StateDeclaration.
This is a StateBuilder.builder function for angular1 resolve:
block on a Ng1StateDeclaration.
When the StateBuilder builds a State object from a raw StateDeclaration, this builder
handles the resolve
property with logic specific to angular-ui-router (ng1).
This angular 1 provider instantiates a Router and exposes its services via the angular injector
This angular 1 provider instantiates a Router and exposes its services via the angular injector
This is a StateBuilder.builder function for angular1 views
.
This is a StateBuilder.builder function for angular1 views
.
When the StateBuilder builds a State object from a raw StateDeclaration, this builder
handles the views
property with logic specific to angular-ui-router (ng1).
If no views: {}
property exists on the StateDeclaration, then it creates the views
object
and applies the state-level configuration to a view named $default
.
This emulates most of the behavior of the ui-router 0.2.x $resolve.resolve() service API.
This emulates most of the behavior of the ui-router 0.2.x $resolve.resolve() service API.
an object, with keys as resolve names and values as injectable functions
key/value pre-resolved data (locals)
a promise for a "parent resolve"
Generated using TypeDoc
UI-Router for Angular 1