2016年3月9日 星期三

angular state resolve

Resolve
- to provide your controller with content or data that is custom to the state.
- promises, they will be resolved and converted to a value before the controller is instantiated and the $stateChangeSuccess event is fired.


The resolve property is a map object. The map object contains key/value pairs of: 
key – {string}: 
a name of a dependency to be injected into the controller.
factory - {string|function}: 
If string, then it is an alias for a service. Otherwise if function, then it is injected and the return value is treated as the dependency. If the result is a promise, it is resolved before the controller is instantiated and its value is injected into the controller.






沒有留言:

張貼留言