mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-04-01 05:50:26 +00:00
docs(animator): Fixed a typo
This commit is contained in:
parent
be08c075bd
commit
f9b63f8657
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
* @description
|
||||
* The `ngAnimate` directive works as an attribute that is attached alongside pre-existing directives.
|
||||
* It effects how the directive will perform DOM manipulation. This allows for complex animations to take place while
|
||||
* without burduning the directive which uses the animation with animation details. The built dn directives
|
||||
* without burduning the directive which uses the animation with animation details. The built in directives
|
||||
* `ngRepeat`, `ngInclude`, `ngSwitch`, `ngShow`, `ngHide` and `ngView` already accept `ngAnimate` directive.
|
||||
* Custom directives can take advantage of animation through {@link ng.$animator $animator service}.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue