mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
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 {...}
|
||
|---|---|---|
| .. | ||
| templates | ||
| appCache.js | ||
| dom.js | ||
| example.js | ||
| gen-docs.js | ||
| ignore.words | ||
| ngdoc.js | ||
| reader.js | ||
| SiteMap.js | ||
| writer.js | ||