mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-08 17:10:06 +08:00
When addClass and removeClass are called in parallel it may cause follow-up animations to get blocked. This fix ensures that the validity state CSS classes are applied at the same time via $animate.setClass. Closes #8166