Skip to content
Permalink
Browse files

docs(guide/Animations): fix punctuation

Closes #10398
  • Loading branch information
dannycallaghan authored and pkozlowski-opensource committed Dec 10, 2014
1 parent 7fd2dc1 commit 5d28d196232468bb785fde453f3960e3732266bf
Showing with 1 addition and 1 deletion.
  1. +1 −1 docs/content/guide/animations.ngdoc
@@ -200,7 +200,7 @@ code is present, and match the CSS class name on the element, then AngularJS wil
## Class and ngClass animation hooks

AngularJS also pays attention to CSS class changes on elements by triggering the **add** and **remove** hooks.
This means that if a CSS class is added to or removed from an element then an animation can be executed in between
This means that if a CSS class is added to or removed from an element then an animation can be executed in between,
before the CSS class addition or removal is finalized. (Keep in mind that AngularJS will only be
able to capture class changes if an **expression** or the **ng-class** directive is used on the element.)

0 comments on commit 5d28d19

Please sign in to comment.
You can’t perform that action at this time.