aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/animator.js
diff options
context:
space:
mode:
authorMatias Niemelä2013-05-07 15:19:06 -0400
committerMisko Hevery2013-05-08 15:34:35 -0700
commit0cb04e2e9171ca60d4779cb9e0b4fe73f0926ace (patch)
tree6ada4ff9b53c7e09aa5089c353aa7d278af55798 /src/ng/animator.js
parent404c9a653a1e28de1c6dda996875d6616812313a (diff)
downloadangular.js-0cb04e2e9171ca60d4779cb9e0b4fe73f0926ace.tar.bz2
chore(ngIf): Add animation code to ngIf example and docs text to ngAnimate docs
Diffstat (limited to 'src/ng/animator.js')
-rw-r--r--src/ng/animator.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ng/animator.js b/src/ng/animator.js
index f2143f59..a69f0784 100644
--- a/src/ng/animator.js
+++ b/src/ng/animator.js
@@ -21,6 +21,7 @@
* | {@link ng.directive:ngView#animations ngView} | enter and leave |
* | {@link ng.directive:ngInclude#animations ngInclude} | enter and leave |
* | {@link ng.directive:ngSwitch#animations ngSwitch} | enter and leave |
+ * | {@link ng.directive:ngIf#animations ngIf} | enter and leave |
* | {@link ng.directive:ngShow#animations ngShow & ngHide} | show and hide |
*
* You can find out more information about animations upon visiting each directive page.