mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-16 02:33:09 +00:00
docs(ngAnimate): fix link to ngClass page
Link was set to ngShow and it should be set to ngClass.
This commit is contained in:
parent
10bae7b62a
commit
c73801bfed
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
||||||
* | {@link ng.directive:ngInclude#animations ngInclude} | enter and leave |
|
* | {@link ng.directive:ngInclude#animations ngInclude} | enter and leave |
|
||||||
* | {@link ng.directive:ngSwitch#animations ngSwitch} | enter and leave |
|
* | {@link ng.directive:ngSwitch#animations ngSwitch} | enter and leave |
|
||||||
* | {@link ng.directive:ngIf#animations ngIf} | 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) |
|
* | {@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.
|
* You can find out more information about animations upon visiting each directive page.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue