diff options
| author | Vojta Jina | 2011-11-11 17:15:22 -0800 | 
|---|---|---|
| committer | Misko Hevery | 2011-11-14 20:31:19 -0800 | 
| commit | acbd7cdf320f0570fcc1952c8680d4c78bc8fa2c (patch) | |
| tree | 2483609ada03b9e6ff477596f0402dc24fdd7518 /src/service/routeParams.js | |
| parent | 035c7510763a9742294d51ba55aea0b6dd08ea58 (diff) | |
| download | angular.js-acbd7cdf320f0570fcc1952c8680d4c78bc8fa2c.tar.bz2 | |
style(docs): make jslint happy - fix some warnings
Diffstat (limited to 'src/service/routeParams.js')
| -rw-r--r-- | src/service/routeParams.js | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/src/service/routeParams.js b/src/service/routeParams.js index bb59bb28..949bc22d 100644 --- a/src/service/routeParams.js +++ b/src/service/routeParams.js @@ -2,13 +2,13 @@  /**   * @ngdoc object - * @name angular.module.NG.$routeParams + * @name angular.module.ng.$routeParams   * @requires $route   *   * @description   * Current set of route parameters. The route parameters are a combination of the - * {@link angular.module.NG.$location $location} `search()`, and `path()`. The `path` parameters - * are extracted when the {@link angular.module.NG.$route $route} path is matched. + * {@link angular.module.ng.$location $location} `search()`, and `path()`. The `path` parameters + * are extracted when the {@link angular.module.ng.$route $route} path is matched.   *   * In case of parameter name collision, `path` params take precedence over `search` params.   * | 
