diff options
| author | Peter Bacon Darwin | 2014-02-27 21:54:26 +0000 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2014-03-02 15:02:29 +0000 | 
| commit | e89139dc9dd4a9c104d71167bea4987b766767df (patch) | |
| tree | a408120c247e7c4658f905453f2cb9c268a69114 /src/ngRoute/route.js | |
| parent | 26169075c84d89c13b22d225f415841e85ed1036 (diff) | |
| download | angular.js-e89139dc9dd4a9c104d71167bea4987b766767df.tar.bz2 | |
docs(*): ensure jsdoc type expressions are valid
Diffstat (limited to 'src/ngRoute/route.js')
| -rw-r--r-- | src/ngRoute/route.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ngRoute/route.js b/src/ngRoute/route.js index e09e74db..a1236ec9 100644 --- a/src/ngRoute/route.js +++ b/src/ngRoute/route.js @@ -247,7 +247,7 @@ function $RouteProvider(){       *     - `$scope` - The current route scope.       *     - `$template` - The current route template HTML.       * -     * @property {Array.<Object>} routes Array of all configured routes. +     * @property {Array.<Object>} routes Array of all configured routes.       *       * @description       * `$route` is used for deep-linking URLs to controllers and views (HTML partials). | 
