Files
angular.js/docs/content/error/$animate/nongcls.ngdoc
T
2017-02-17 11:26:21 +02:00

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.