Skip to content

Commit 9aab5bf

Browse files
nosideeffectsmatsko
authored andcommitted
docs(ngAnimate): add missing 'super' to addClass
1 parent 18c41af commit 9aab5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngAnimate/animate.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ angular.module('ngAnimate', ['ng'])
646646
* | 4. $animate scans the element styles to get the CSS transition/animation duration and delay | class="my-animation ng-animate super-add" |
647647
* | 5. $animate waits for 10ms (this performs a reflow) | class="my-animation ng-animate super-add" |
648648
* | 6. the .super, .super-add-active and .ng-animate-active classes are added (this triggers the CSS transition/animation) | class="my-animation ng-animate ng-animate-active super super-add super-add-active" |
649-
* | 7. $animate waits for X milliseconds for the animation to complete | class="my-animation super-add super-add-active" |
649+
* | 7. $animate waits for X milliseconds for the animation to complete | class="my-animation super super-add super-add-active" |
650650
* | 8. The animation ends and all generated CSS classes are removed from the element | class="my-animation super" |
651651
* | 9. The super class is kept on the element | class="my-animation super" |
652652
* | 10. The doneCallback() callback is fired (if provided) | class="my-animation super" |

0 commit comments

Comments
 (0)