diff options
| author | Louis Haußknecht | 2014-03-10 21:56:48 +0100 | 
|---|---|---|
| committer | Igor Minar | 2014-03-11 10:40:57 -0700 | 
| commit | 465663ed77f9fc0bed2b69b95d545c7f99c40cbd (patch) | |
| tree | 3257cf45deb30f3fcbdd684e158c00fbc984bd06 | |
| parent | 1102ffaaf8afb3d985965220bc32d3126703ad49 (diff) | |
| download | angular.js-465663ed77f9fc0bed2b69b95d545c7f99c40cbd.tar.bz2 | |
docs(route.js): changed html entities lt gt to < and >
| -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 | 
