mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-17 11:16:54 +08:00
If ngClass fires off an add- or removeClass whilst the opposite animation is going on then the animation will be skipped. The default behavior of ngClass was executing remoteClass with an empty string while addClass had just fired. This commit fixes that bug.