Skip to content

Commit c73801b

Browse files
poeticninjapetebacondarwin
authored andcommitted
docs(ngAnimate): fix link to ngClass page
Link was set to ngShow and it should be set to ngClass.
1 parent 10bae7b commit c73801b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngAnimate/animate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* | {@link ng.directive:ngInclude#animations ngInclude} | enter and leave |
2626
* | {@link ng.directive:ngSwitch#animations ngSwitch} | enter and leave |
2727
* | {@link ng.directive:ngIf#animations ngIf} | enter and leave |
28-
* | {@link ng.directive:ngShow#animations ngClass} | add and remove |
28+
* | {@link ng.directive:ngClass#animations ngClass} | add and remove |
2929
* | {@link ng.directive:ngShow#animations ngShow & ngHide} | add and remove (the ng-hide class value) |
3030
*
3131
* You can find out more information about animations upon visiting each directive page.

0 commit comments

Comments
 (0)