diff options
| author | Alan Rubin | 2014-02-03 11:46:16 +0200 |
|---|---|---|
| committer | Caitlin Potter | 2014-02-03 09:14:45 -0500 |
| commit | 8205158e477f1ea235feba3087143e0d3e5e52ec (patch) | |
| tree | 681faa2249a22accd298d6262e8701150d0333d8 /docs/content/guide/animations.ngdoc | |
| parent | 6609e3da76dd898cfe85f75f23ab2e39fee65fe5 (diff) | |
| download | angular.js-8205158e477f1ea235feba3087143e0d3e5e52ec.tar.bz2 | |
docs(animations): ngClass usage should link to ngClass documentation
Fixing reference to ngClass documentation
Closes #6089
Diffstat (limited to 'docs/content/guide/animations.ngdoc')
| -rw-r--r-- | docs/content/guide/animations.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/animations.ngdoc b/docs/content/guide/animations.ngdoc index 97e3d93b..1178d774 100644 --- a/docs/content/guide/animations.ngdoc +++ b/docs/content/guide/animations.ngdoc @@ -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}. |
