diff options
| author | Yves Richard | 2013-12-02 18:32:24 -0700 | 
|---|---|---|
| committer | Matias Niemelä | 2013-12-04 14:28:32 -0500 | 
| commit | 4ac6424e8764442915d6aefff7331974c5f2f723 (patch) | |
| tree | be2d3307489441ff209bcb66d6b0f2284f198440 /src/ngAnimate | |
| parent | d3c486dd6dfa8d5dca32a3e28aa685fb7260c878 (diff) | |
| download | angular.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.js | 2 | 
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 |           * |----------------------------------------------------------------------------------------------|---------------------------------------------| | 
