We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfba725 commit fae96c3Copy full SHA for fae96c3
src/ngRoute/directive/ngView.js
@@ -33,7 +33,8 @@ ngRouteModule.directive('ngView', ngViewFillContentFactory);
33
*
34
* - If the attribute is not set, disable scrolling.
35
* - If the attribute is set without value, enable scrolling.
36
- * - Otherwise enable scrolling only if the expression evaluates to truthy value.
+ * - Otherwise enable scrolling only if the `autoscroll` attribute value evaluated
37
+ * as an expression yields a truthy value.
38
* @example
39
<example module="ngViewExample" deps="angular-route.js" animations="true">
40
<file name="index.html">
0 commit comments