From 10646c9f6f62dd5130606d07ffe69770b3973f47 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 19 Jan 2011 14:50:29 -0800 Subject: add ng:view widget --- src/services.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/services.js') 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
-- cgit v1.2.3