mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
parent
de065f1961
commit
c7a46d4b8a
1 changed files with 2 additions and 1 deletions
|
|
@ -33,7 +33,8 @@ ngRouteModule.directive('ngView', ngViewFillContentFactory);
|
|||
*
|
||||
* - If the attribute is not set, disable scrolling.
|
||||
* - If the attribute is set without value, enable scrolling.
|
||||
* - Otherwise enable scrolling only if the expression evaluates to truthy value.
|
||||
* - Otherwise enable scrolling only if the `autoscroll` attribute value evaluated
|
||||
* as an expression yields a truthy value.
|
||||
* @example
|
||||
<example module="ngViewExample" deps="angular-route.js" animations="true">
|
||||
<file name="index.html">
|
||||
|
|
|
|||
Loading…
Reference in a new issue