From 7f6c1093f5691bee2fbddca63879d1660620bf2e Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 6 Mar 2012 14:26:43 -0800 Subject: docs(ng-view): improve the ng-view docs --- src/widgets.js | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/widgets.js b/src/widgets.js index 4ea0553b..d3b4083f 100644 --- a/src/widgets.js +++ b/src/widgets.js @@ -485,7 +485,7 @@ var ngNonBindableDirective = ngDirective({ terminal: true }); * Every time the current route changes, the included view changes with it according to the * configuration of the `$route` service. * - * + * @scope * @example @@ -502,8 +502,14 @@ var ngNonBindableDirective = ngDirective({ terminal: true });