mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
docs(ngRoute): fix typo
aftre -> after
This commit is contained in:
parent
f7b4296c38
commit
32137cab82
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ function $RouteProvider(){
|
|||
* - `resolve` - `{Object.<string, function>=}` - An optional map of dependencies which should
|
||||
* be injected into the controller. If any of these dependencies are promises, they will be
|
||||
* resolved and converted to a value before the controller is instantiated and the
|
||||
* `$aftreRouteChange` event is fired. The map object is:
|
||||
* `$afterRouteChange` event is fired. The map object is:
|
||||
*
|
||||
* - `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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue