We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a086c commit d593b28Copy full SHA for d593b28
src/ngAnimate/module.js
@@ -37,7 +37,7 @@
37
* ## CSS-based Animations
38
*
39
* 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
40
- * and CSS code we can create an animation that will be picked up by Angular when an the underlying directive performs an operation.
+ * and CSS code we can create an animation that will be picked up by Angular when an underlying directive performs an operation.
41
42
* The example below shows how an `enter` animation can be made possible on an element using `ng-if`:
43
0 commit comments