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

Commit 1c68d00

Browse files
committed
docs(ngAnimate): Fix typo
The ngAnimate makes reference to a function `$animateProvider.classNamePrefix` that does not exist, the correct function is `$animateProvider.classNameFilter` Closes #10142
1 parent 158241e commit 1c68d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngAnimate/animate.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
* You then configure `$animate` to enforce this prefix:
240240
*
241241
* ```js
242-
* $animateProvider.classNamePrefix(/animate-/);
242+
* $animateProvider.classNameFilter(/animate-/);
243243
* ```
244244
* </div>
245245
*

0 commit comments

Comments
 (0)