diff options
Diffstat (limited to 'src/ngRoute')
| -rw-r--r-- | src/ngRoute/routeParams.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngRoute/routeParams.js b/src/ngRoute/routeParams.js index 81347bae..c9c4a48f 100644 --- a/src/ngRoute/routeParams.js +++ b/src/ngRoute/routeParams.js @@ -14,7 +14,7 @@ ngRouteModule.provider('$routeParams', $RouteParamsProvider); * Requires the {@link ngRoute `ngRoute`} module to be installed. * * The route parameters are a combination of {@link ng.$location `$location`}'s - * {@link ng.$location#methods_search `search()`} and {@link ng.$location#methods_path `path()`}. + * {@link ng.$location#search `search()`} and {@link ng.$location#path `path()`}. * The `path` parameters are extracted when the {@link ngRoute.$route `$route`} path is matched. * * In case of parameter name collision, `path` params take precedence over `search` params. |
