Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
docs(ngAnimate): fix typo
Browse files Browse the repository at this point in the history
Closes #12521
  • Loading branch information
Narretz committed Aug 21, 2015
1 parent 9080d2c commit f95bc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ngAnimate/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
* 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
* and CSS code we can create an animation that will be picked up by Angular when an the underlying directive performs an operation.
*
* 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`:
*
* ```html
* <div ng-if="bool" class="fade">
Expand Down

0 comments on commit f95bc42

Please sign in to comment.