Skip to content

Commit 9391475

Browse files
johnlindquistIgorMinar
authored andcommitted
docs(ngRoute): fix typo
aftre -> after
1 parent 7840803 commit 9391475

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ng/route.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function $RouteProvider(){
3838
* - `resolve` - `{Object.<string, function>=}` - An optional map of dependencies which should
3939
* be injected into the controller. If any of these dependencies are promises, they will be
4040
* resolved and converted to a value before the controller is instantiated and the
41-
* `$aftreRouteChange` event is fired. The map object is:
41+
* `$afterRouteChange` event is fired. The map object is:
4242
*
4343
* - `key` – `{string}`: a name of a dependency to be injected into the controller.
4444
* - `factory` - `{string|function}`: If `string` then it is an alias for a service.

0 commit comments

Comments
 (0)