Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 8205158

Browse files
alanrubincaitp
authored andcommitted
docs(animations): ngClass usage should link to ngClass documentation
Fixing reference to ngClass documentation Closes #6089
1 parent 6609e3d commit 8205158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/animations.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ The table below explains in detail which animation events are triggered
258258
| {@link api/ng.directive:ngInclude#usage_animations ngInclude} | enter and leave |
259259
| {@link api/ng.directive:ngSwitch#usage_animations ngSwitch} | enter and leave |
260260
| {@link api/ng.directive:ngIf#usage_animations ngIf} | enter and leave |
261-
| {@link api/ng.directive:ngShow#usage_animations ngClass or {{class}}} | add and remove |
261+
| {@link api/ng.directive:ngClass#usage_animations ngClass or {{class}}} | add and remove |
262262
| {@link api/ng.directive:ngShow#usage_animations ngShow & ngHide} | add and remove (the ng-hide class value) |
263263

264264
For a full breakdown of the steps involved during each animation event, refer to the {@link api/ngAnimate.$animate API docs}.

0 commit comments

Comments
 (0)