From 4ac6424e8764442915d6aefff7331974c5f2f723 Mon Sep 17 00:00:00 2001 From: Yves Richard Date: Mon, 2 Dec 2013 18:32:24 -0700 Subject: docs(animate.js): fix copy/paste typo in leave docs fix the copy/paste typo within $animate.leave method inside of the $animate docs. --- src/ngAnimate/animate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ngAnimate') 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 | * |----------------------------------------------------------------------------------------------|---------------------------------------------| -- cgit v1.2.3