diff options
| -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 |           * |----------------------------------------------------------------------------------------------|---------------------------------------------| | 
