We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7840803 commit 9391475Copy full SHA for 9391475
1 file changed
src/ng/route.js
@@ -38,7 +38,7 @@ function $RouteProvider(){
38
* - `resolve` - `{Object.<string, function>=}` - An optional map of dependencies which should
39
* be injected into the controller. If any of these dependencies are promises, they will be
40
* resolved and converted to a value before the controller is instantiated and the
41
- * `$aftreRouteChange` event is fired. The map object is:
+ * `$afterRouteChange` event is fired. The map object is:
42
*
43
* - `key` – `{string}`: a name of a dependency to be injected into the controller.
44
* - `factory` - `{string|function}`: If `string` then it is an alias for a service.
0 commit comments