From e2716ce0b57ed0a954a9913d90f4c5dbfada420f Mon Sep 17 00:00:00 2001 From: westwell Date: Sat, 24 May 2014 12:13:52 +0100 Subject: [PATCH] Update ng.directive:ngAnimate.html Grammar - Depending on what the author meant, I think the sentence would be either "It affects how the directive will perform DOM manipulation." (it influences how the DOM manipulation is done) or "It effects the DOM manipulation by the directive" (it carries out the DOM manipulation) but not "It effects how the directive..." Proposing the version that I think reflects the author's intentions. --- 1.1.5/docs/partials/api/ng.directive:ngAnimate.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.1.5/docs/partials/api/ng.directive:ngAnimate.html b/1.1.5/docs/partials/api/ng.directive:ngAnimate.html index da8b108c8..985e58c09 100644 --- a/1.1.5/docs/partials/api/ng.directive:ngAnimate.html +++ b/1.1.5/docs/partials/api/ng.directive:ngAnimate.html @@ -4,7 +4,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 +It affects how the directive will perform DOM manipulation. This allows for complex animations to take place 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.