aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/animations.ngdoc
diff options
context:
space:
mode:
authorVojta Jina2013-10-17 19:25:08 -0700
committerIgor Minar2013-10-18 15:35:41 -0700
commit14438058da39c3e523f420549074934ca5881b09 (patch)
treeacc97d90025e9d80f9869012554763233f412caf /docs/content/guide/animations.ngdoc
parente8cc85f733a49ca53e8cda5a96bbaacc9a20ac7e (diff)
downloadangular.js-14438058da39c3e523f420549074934ca5881b09.tar.bz2
docs: correct broken links
This also contains some whitespace corrections by my editor.
Diffstat (limited to 'docs/content/guide/animations.ngdoc')
-rw-r--r--docs/content/guide/animations.ngdoc14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/content/guide/animations.ngdoc b/docs/content/guide/animations.ngdoc
index 737e97a1..80e7377d 100644
--- a/docs/content/guide/animations.ngdoc
+++ b/docs/content/guide/animations.ngdoc
@@ -253,13 +253,13 @@ The table below explains in detail which animation events are triggered
| Directive | Supported Animations |
|-------------------------------------------------------------------------------------|------------------------------------------|
-| {@link api/ng.directive:ngRepeat#animations ngRepeat} | enter, leave, and move |
-| {@link api/ngRoute.directive:ngView#animations ngView} | enter and leave |
-| {@link api/ng.directive:ngInclude#animations ngInclude} | enter and leave |
-| {@link api/ng.directive:ngSwitch#animations ngSwitch} | enter and leave |
-| {@link api/ng.directive:ngIf#animations ngIf} | enter and leave |
-| {@link api/ng.directive:ngShow#animations ngClass or {{class}}} | add and remove |
-| {@link api/ng.directive:ngShow#animations ngShow & ngHide} | add and remove (the ng-hide class value) |
+| {@link api/ng.directive:ngRepeat#usage_animations ngRepeat} | enter, leave, and move |
+| {@link api/ngRoute.directive:ngView#usage_animations ngView} | enter and leave |
+| {@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: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}.