From 81d1d54188e702eedd61352e0748655016bfb23a Mon Sep 17 00:00:00 2001 From: westwell Date: Sat, 24 May 2014 12:42:25 +0100 Subject: [PATCH] Update ng.directive:ngAnimate.html Correct spelling mistakes and a grammatical error. --- 1.1.4/docs/partials/api/ng.directive:ngAnimate.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1.1.4/docs/partials/api/ng.directive:ngAnimate.html b/1.1.4/docs/partials/api/ng.directive:ngAnimate.html index b4c8493cad..28da5edca3 100644 --- a/1.1.4/docs/partials/api/ng.directive:ngAnimate.html +++ b/1.1.4/docs/partials/api/ng.directive:ngAnimate.html @@ -5,7 +5,7 @@

ngAnimate
Improve this doc

Description

The ngAnimate directive works as an attribute that is attached alongside pre-existing directives. It effects how the directive will perform DOM manipulation. This allows for complex animations to take place while -without burduning the directive which uses the animation with animation details. The built dn directives +without burdening the directive which uses the animation with animation details. The built in directives ngRepeat, ngInclude, ngSwitch, ngShow, ngHide and ngView already accept ngAnimate directive. Custom directives can take advantage of animation through $animator service.

@@ -79,7 +79,7 @@

CSS-defined Animations

the start class is added to trigger the animation. The ngAnimate directive will automatically extract the duration of the animation to determine when the animation ends. Once the animation is over then both CSS classes will be removed from the DOM. If a browser does not support CSS transitions then the animation will start and end -immediately resulting in a DOM element that is at it's final state. This final state is when the DOM element +immediately resulting in a DOM element that is at its final state. This final state is when the DOM element has no CSS animation classes surrounding it.

JavaScript-defined Animations