diff options
| author | Igor Minar | 2011-01-19 14:50:29 -0800 |
|---|---|---|
| committer | Misko Hevery | 2011-01-19 15:53:59 -0800 |
| commit | 10646c9f6f62dd5130606d07ffe69770b3973f47 (patch) | |
| tree | b91761a062a18aaa386bc854f917c2834b4fd953 /src/services.js | |
| parent | 964e39455526358c5e4bfc94c9d6595687a95865 (diff) | |
| download | angular.js-10646c9f6f62dd5130606d07ffe69770b3973f47.tar.bz2 | |
add ng:view widget
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> |
