diff options
Diffstat (limited to 'src/ng/directive/ngInclude.js')
| -rw-r--r-- | src/ng/directive/ngInclude.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ng/directive/ngInclude.js b/src/ng/directive/ngInclude.js index 1d3c7246..09f03895 100644 --- a/src/ng/directive/ngInclude.js +++ b/src/ng/directive/ngInclude.js @@ -43,7 +43,7 @@   *                  - Otherwise enable scrolling only if the expression evaluates to truthy value.   *   * @example -  <example animations="true"> +  <example module="ngAnimate" deps="angular-animate.js" animations="true">      <file name="index.html">       <div ng-controller="Ctrl">         <select ng-model="template" ng-options="t.name for t in templates"> | 
