docs(animate.js): fix copy/paste typo in leave docs

fix the copy/paste typo within $animate.leave method inside of the $animate docs.
This commit is contained in:
Yves Richard 2013-12-02 18:32:24 -07:00 committed by Matias Niemelä
parent d3c486dd6d
commit 4ac6424e87

View file

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