aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Maddox2013-10-10 19:55:53 -0500
committerPete Bacon Darwin2013-10-11 13:30:57 +0100
commitc73801bfed9c3fbf34f6d73c16b89f4d1b1dcec6 (patch)
tree40cf387bd772a9347b20b69d4b01be669e3b36da
parent10bae7b62a345fd5b6628c1bf06eaa693dfe7ed5 (diff)
downloadangular.js-c73801bfed9c3fbf34f6d73c16b89f4d1b1dcec6.tar.bz2
docs(ngAnimate): fix link to ngClass page
Link was set to ngShow and it should be set to ngClass.
-rw-r--r--src/ngAnimate/animate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngAnimate/animate.js b/src/ngAnimate/animate.js
index f5be6b76..18cd1c20 100644
--- a/src/ngAnimate/animate.js
+++ b/src/ngAnimate/animate.js
@@ -25,7 +25,7 @@
* | {@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 ngClass} | add and remove |
+ * | {@link ng.directive:ngClass#animations ngClass} | add and remove |
* | {@link ng.directive:ngShow#animations ngShow & ngHide} | add and remove (the ng-hide class value) |
*
* You can find out more information about animations upon visiting each directive page.