fix($animate): ensure $animate doesn't break natural CSS transitions
BREAKING CHANGE: ngClass and {{ class }} will now call the `setClass`
animation callback instead of addClass / removeClass when both a
addClass/removeClass operation is being executed on the element during the animation.
Please include the setClass animation callback as well as addClass and removeClass within
your JS animations to work with ngClass and {{ class }} directives.
Closes #6019 M
Matias Niemelä committed
4f84f6b3e4210ae1eb14728a46d43dd961700a0c
Parent: cf5e463
Committed by Igor Minar <igor@angularjs.org>
on 2/15/2014, 12:30:48 AM