diff options
| author | Peter Bacon Darwin | 2014-02-13 23:22:02 +0000 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-16 19:03:43 +0000 | 
| commit | 457cf0a702d0af897e80c7bc6c196431c73fad8a (patch) | |
| tree | d6cd25608adaced93e935f901de7ecd811b5346f /src/ngRoute/directive | |
| parent | 8c121b94e7cfe9fd3e0f0acfb238a23156ea4093 (diff) | |
| download | angular.js-457cf0a702d0af897e80c7bc6c196431c73fad8a.tar.bz2 | |
docs(examples): fix example dependencies
Diffstat (limited to 'src/ngRoute/directive')
| -rw-r--r-- | src/ngRoute/directive/ngView.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ngRoute/directive/ngView.js b/src/ngRoute/directive/ngView.js index 46812430..1c082962 100644 --- a/src/ngRoute/directive/ngView.js +++ b/src/ngRoute/directive/ngView.js @@ -36,7 +36,7 @@ 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" animations="true"> +    <example module="ngViewExample" deps="angular-route.js;angular-animate.js" animations="true">        <file name="index.html">          <div ng-controller="MainCntl as main">            Choose: | 
