diff options
Diffstat (limited to 'src/services.js')
| -rw-r--r-- | src/services.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services.js b/src/services.js index 3543b2ea..7742b174 100644 --- a/src/services.js +++ b/src/services.js @@ -616,7 +616,7 @@ function switchRouteMatcher(on, when, dstName) { * Watches $location.hashPath and tries to map the hash to an existing route * definition. It is used for deep-linking URLs to controllers and views (HTML partials). * - * $route is typically used in conjunction with ng:include widget. + * $route is typically used in conjunction with {@link angular.widget.ng:view ng:view} widget. * * @example <p> |
