From 9391475dc3bad03895fcf277f57422d64bd38ef5 Mon Sep 17 00:00:00 2001 From: johnlindquist Date: Thu, 23 Aug 2012 13:02:31 -0600 Subject: docs(ngRoute): fix typo aftre -> after --- src/ng/route.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/route.js b/src/ng/route.js index 298732aa..f488ebf4 100644 --- a/src/ng/route.js +++ b/src/ng/route.js @@ -38,7 +38,7 @@ function $RouteProvider(){ * - `resolve` - `{Object.=}` - 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. -- cgit v1.2.3