diff options
Diffstat (limited to 'src/ngRoute/directive/ngView.js')
| -rw-r--r-- | src/ngRoute/directive/ngView.js | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/ngRoute/directive/ngView.js b/src/ngRoute/directive/ngView.js index dde12004..41ed9f31 100644 --- a/src/ngRoute/directive/ngView.js +++ b/src/ngRoute/directive/ngView.js @@ -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"> | 
