From c73801bfed9c3fbf34f6d73c16b89f4d1b1dcec6 Mon Sep 17 00:00:00 2001 From: Saul Maddox Date: Thu, 10 Oct 2013 19:55:53 -0500 Subject: docs(ngAnimate): fix link to ngClass page Link was set to ngShow and it should be set to ngClass. --- src/ngAnimate/animate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- cgit v1.2.3