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

Commit 4ac6424

Browse files
Yves Richardmatsko
Yves Richard
authored andcommitted
docs(animate.js): fix copy/paste typo in leave docs
fix the copy/paste typo within $animate.leave method inside of the $animate docs.
1 parent d3c486d commit 4ac6424

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
@@ -370,7 +370,7 @@ angular.module('ngAnimate', ['ng'])
370370
* Runs the leave animation operation and, upon completion, removes the element from the DOM. Once
371371
* the animation is started, the following CSS classes will be added for the duration of the animation:
372372
*
373-
* Below is a breakdown of each step that occurs during enter animation:
373+
* Below is a breakdown of each step that occurs during leave animation:
374374
*
375375
* | Animation Step | What the element class attribute looks like |
376376
* |----------------------------------------------------------------------------------------------|---------------------------------------------|

0 commit comments

Comments
 (0)