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

Fixing reference to ngClass documentation #6089

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/guide/animations.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ The table below explains in detail which animation events are triggered
| {@link api/ng.directive:ngInclude#usage_animations ngInclude} | enter and leave |
| {@link api/ng.directive:ngSwitch#usage_animations ngSwitch} | enter and leave |
| {@link api/ng.directive:ngIf#usage_animations ngIf} | enter and leave |
| {@link api/ng.directive:ngShow#usage_animations ngClass or {{class}}} | add and remove |
| {@link api/ng.directive:ngClass#usage_animations ngClass or {{class}}} | add and remove |
| {@link api/ng.directive:ngShow#usage_animations ngShow & ngHide} | add and remove (the ng-hide class value) |

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