diff options
Diffstat (limited to 'src/ngRoute/directive')
| -rw-r--r-- | src/ngRoute/directive/ngView.js | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/src/ngRoute/directive/ngView.js b/src/ngRoute/directive/ngView.js index 1c082962..3fa851a7 100644 --- a/src/ngRoute/directive/ngView.js +++ b/src/ngRoute/directive/ngView.js @@ -36,7 +36,9 @@ ngRouteModule.directive('ngView', ngViewFillContentFactory);   *                  - 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;angular-animate.js" animations="true"> +    <example name="ngView-directive" module="ngViewExample" +             deps="angular-route.js;angular-animate.js" +             animations="true" fixBase="true">        <file name="index.html">          <div ng-controller="MainCntl as main">            Choose: | 
