angular.js/docs
Matias Niemelä 11f712bc3e chore(ngAnimate): CSS classes X-setup/X-start -> X/X-active
BREAKING CHANGE: css classes foo-setup/foo-start become foo/foo-active

The CSS transition classes have changed suffixes. To migrate rename
.foo-setup {...} to .foo {...}
.foo-start {...} to .foo-active {...}

or for type: enter, leave, move, show, hide

.foo-type-setup {...} to .foo-type {...}
.foo-type-start {...} to .foo-type-active {...}
2013-05-08 16:03:31 -07:00
..
content docs(guide:directive): add directive controller usage 2013-04-30 10:47:14 +01:00
img doc(guide): add concepts 2012-08-27 15:44:38 -07:00
spec feat(ngAnimate): add support for animation 2013-04-02 14:05:06 -07:00
src chore(ngAnimate): CSS classes X-setup/X-start -> X/X-active 2013-05-08 16:03:31 -07:00