We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9080d2c commit f95bc42Copy full SHA for f95bc42
src/ngAnimate/module.js
@@ -53,7 +53,7 @@
53
* CSS-based animations with ngAnimate are unique since they require no JavaScript code at all. By using a CSS class that we reference between our HTML
54
* and CSS code we can create an animation that will be picked up by Angular when an the underlying directive performs an operation.
55
*
56
- * The example below shows how an `enter` animation can be made possible on a element using `ng-if`:
+ * The example below shows how an `enter` animation can be made possible on an element using `ng-if`:
57
58
* ```html
59
* <div ng-if="bool" class="fade">
0 commit comments