File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ var $AnimateProvider = ['$provide', function($provide) {
285
285
* when an animation is detected (and animations are enabled), $animate will do the heavy lifting
286
286
* to ensure that animation runs with the triggered DOM operation.
287
287
*
288
- * By default $animate doesn't trigger an animations. This is because the `ngAnimate` module isn't
288
+ * By default $animate doesn't trigger any animations. This is because the `ngAnimate` module isn't
289
289
* included and only when it is active then the animation hooks that `$animate` triggers will be
290
290
* functional. Once active then all structural `ng-` directives will trigger animations as they perform
291
291
* their DOM-related operations (enter, leave and move). Other directives such as `ngClass`,
You can’t perform that action at this time.
0 commit comments