aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/ngInclude.js
diff options
context:
space:
mode:
authorPeter Bacon Darwin2014-02-13 23:22:02 +0000
committerPeter Bacon Darwin2014-02-16 19:03:43 +0000
commit457cf0a702d0af897e80c7bc6c196431c73fad8a (patch)
treed6cd25608adaced93e935f901de7ecd811b5346f /src/ng/directive/ngInclude.js
parent8c121b94e7cfe9fd3e0f0acfb238a23156ea4093 (diff)
downloadangular.js-457cf0a702d0af897e80c7bc6c196431c73fad8a.tar.bz2
docs(examples): fix example dependencies
Diffstat (limited to 'src/ng/directive/ngInclude.js')
-rw-r--r--src/ng/directive/ngInclude.js2
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">