aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngAnimate
diff options
context:
space:
mode:
authorYves Richard2013-12-02 18:32:24 -0700
committerMatias Niemelä2013-12-04 14:28:32 -0500
commit4ac6424e8764442915d6aefff7331974c5f2f723 (patch)
treebe2d3307489441ff209bcb66d6b0f2284f198440 /src/ngAnimate
parentd3c486dd6dfa8d5dca32a3e28aa685fb7260c878 (diff)
downloadangular.js-4ac6424e8764442915d6aefff7331974c5f2f723.tar.bz2
docs(animate.js): fix copy/paste typo in leave docs
fix the copy/paste typo within $animate.leave method inside of the $animate docs.
Diffstat (limited to 'src/ngAnimate')
-rw-r--r--src/ngAnimate/animate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngAnimate/animate.js b/src/ngAnimate/animate.js
index ca9c91b5..bbe056ed 100644
--- a/src/ngAnimate/animate.js
+++ b/src/ngAnimate/animate.js
@@ -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 |
* |----------------------------------------------------------------------------------------------|---------------------------------------------|