9a2efb7b66
Fixes #14806
9 lines
351 B
Plaintext
9 lines
351 B
Plaintext
@ngdoc error
|
|
@name $animate:nongcls
|
|
@fullName `ng-animate` class not allowed
|
|
@description
|
|
|
|
This error occurs, when trying to set `$animateProvider.classNameFilter()` to a RegExp containing
|
|
the reserved `ng-animate` class. Since `.ng-animate` will be added/removed by `$animate` itself,
|
|
using it as part of the `classNameFilter` RegExp is not allowed.
|