aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/animations.ngdoc
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 /docs/content/guide/animations.ngdoc
parent8c121b94e7cfe9fd3e0f0acfb238a23156ea4093 (diff)
downloadangular.js-457cf0a702d0af897e80c7bc6c196431c73fad8a.tar.bz2
docs(examples): fix example dependencies
Diffstat (limited to 'docs/content/guide/animations.ngdoc')
-rw-r--r--docs/content/guide/animations.ngdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/guide/animations.ngdoc b/docs/content/guide/animations.ngdoc
index 0cf08eb7..19147145 100644
--- a/docs/content/guide/animations.ngdoc
+++ b/docs/content/guide/animations.ngdoc
@@ -15,7 +15,7 @@ Animations are not available unless you include the {@link ngAnimate `ngAnimate`
Below is a quick example of animations being enabled for `ngShow` and `ngHide`:
-<example animations="true">
+<example module="ngAnimate" deps="angular-animate.js" animations="true">
<file name="index.html">
<div ng-init="checked=true">
<label>
@@ -214,7 +214,7 @@ able to capture class changes if an **expression** or the **ng-class** directive
The example below shows how to perform animations during class changes:
-<example animations="true">
+<example module="ngAnimate" deps="angular-animate.js" animations="true">
<file name="index.html">
<p>
<input type="button" value="set" ng-click="myCssVar='css-class'">