Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f9b63f8

Browse files
wzr1337jbdeboer
authored andcommitted
docs(animator): Fixed a typo
1 parent be08c07 commit f9b63f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/animator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @description
1010
* The `ngAnimate` directive works as an attribute that is attached alongside pre-existing directives.
1111
* It effects how the directive will perform DOM manipulation. This allows for complex animations to take place while
12-
* without burduning the directive which uses the animation with animation details. The built dn directives
12+
* without burduning the directive which uses the animation with animation details. The built in directives
1313
* `ngRepeat`, `ngInclude`, `ngSwitch`, `ngShow`, `ngHide` and `ngView` already accept `ngAnimate` directive.
1414
* Custom directives can take advantage of animation through {@link ng.$animator $animator service}.
1515
*

0 commit comments

Comments
 (0)