angular.js/docs/src
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
..
templates chore(ngAnimate): CSS classes X-setup/X-start -> X/X-active 2013-05-08 16:03:31 -07:00
appCache.js feat(docs): use html5 history api for all routing in the docs app 2011-09-26 23:51:53 +02:00
dom.js feat(ngAnimate): add support for animation 2013-04-02 14:05:06 -07:00
example.js docs: add animations into docs and directive examples 2013-04-03 17:40:15 -07:00
gen-docs.js chore(docs): use done() in gen-docs.js 2013-05-08 07:57:34 -07:00
ignore.words complete rewrite of documentation generation 2011-01-10 11:50:11 -08:00
ngdoc.js feat(ngdocs): add variable type hinting with colors 2013-05-08 15:25:56 -07:00
reader.js chore(Grunt): switch from Rake to Grunt 2013-03-05 23:00:33 -08:00
SiteMap.js fix(docs): correctly generate sitemap 2012-07-02 08:21:19 -07:00
writer.js chore(Grunt): switch from Rake to Grunt 2013-03-05 23:00:33 -08:00