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.