diff options
| author | Louis Haußknecht | 2014-03-10 21:56:48 +0100 |
|---|---|---|
| committer | Tobias Bosch | 2014-03-10 15:37:44 -0700 |
| commit | d6419d0aff4194675ed816f74eb688070ba45285 (patch) | |
| tree | 9dd5c5599a3d402ab90df8d7aba2a00693f7b9a7 /src/ngRoute/route.js | |
| parent | 55848a913952b7753bf5aab43bfd6c91c0a80d50 (diff) | |
| download | angular.js-d6419d0aff4194675ed816f74eb688070ba45285.tar.bz2 | |
docs(route.js): changed html entities lt gt to < and >
Diffstat (limited to 'src/ngRoute/route.js')
| -rw-r--r-- | src/ngRoute/route.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ngRoute/route.js b/src/ngRoute/route.js index 1044eb27..1319dd02 100644 --- a/src/ngRoute/route.js +++ b/src/ngRoute/route.js @@ -82,7 +82,7 @@ function $RouteProvider(){ * * If `template` is a function, it will be called with the following parameters: * - * - `{Array.<Object>}` - route parameters extracted from the current + * - `{Array.<Object>}` - route parameters extracted from the current * `$location.path()` by applying the current route * * - `templateUrl` – `{string=|function()=}` – path or function that returns a path to an html @@ -90,7 +90,7 @@ function $RouteProvider(){ * * If `templateUrl` is a function, it will be called with the following parameters: * - * - `{Array.<Object>}` - route parameters extracted from the current + * - `{Array.<Object>}` - route parameters extracted from the current * `$location.path()` by applying the current route * * - `resolve` - `{Object.<string, function>=}` - An optional map of dependencies which should |
