We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f70237a commit 2ffda41Copy full SHA for 2ffda41
docs/content/guide/animations.ngdoc
@@ -309,7 +309,7 @@ allows a lot of flexibility - you can either allow animations only for specific
309
you are working with 3rd party animations), or exclude specific classes from getting animated.
310
311
```js
312
-app.cofig($animateProvider) {
+app.config(function($animateProvider) {
313
$animateProvider.classNameFilter(/animate-/);
314
});
315
```
0 commit comments