diff options
| author | Saul Maddox | 2013-10-10 19:55:53 -0500 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-11 13:30:57 +0100 |
| commit | c73801bfed9c3fbf34f6d73c16b89f4d1b1dcec6 (patch) | |
| tree | 40cf387bd772a9347b20b69d4b01be669e3b36da /src | |
| parent | 10bae7b62a345fd5b6628c1bf06eaa693dfe7ed5 (diff) | |
| download | angular.js-c73801bfed9c3fbf34f6d73c16b89f4d1b1dcec6.tar.bz2 | |
docs(ngAnimate): fix link to ngClass page
Link was set to ngShow and it should be set to ngClass.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ngAnimate/animate.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngAnimate/animate.js b/src/ngAnimate/animate.js index f5be6b76..18cd1c20 100644 --- a/src/ngAnimate/animate.js +++ b/src/ngAnimate/animate.js @@ -25,7 +25,7 @@ * | {@link ng.directive:ngInclude#animations ngInclude} | enter and leave | * | {@link ng.directive:ngSwitch#animations ngSwitch} | 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) | * * You can find out more information about animations upon visiting each directive page. |
