| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-03 | chore(ngdocs): provide detailed documentation for the $animate service timeline | Matias Niemelä | |
| 2013-08-03 | fix(animate): cleanup global leaked vars. | Misko Hevery | |
| 2013-08-03 | fix(ngAnimate): remove compound JS selector animations | Matias Niemelä | |
| 2013-07-27 | docs(animate): add param name | Pete Bacon Darwin | |
| 2013-07-27 | fix(animate): move forEach so it can be accessed as needed | Pete Bacon Darwin | |
| 2013-07-26 | fix($animate): make animation onComplete callbacks async | Matias Niemelä | |
| 2013-07-26 | fix(ngAnimate): $timeout integration and cancel callbacks added | Matias Niemelä | |
| 2013-07-26 | fix(ngInclude): $animate refactoring + use transclusion | Matias Niemelä | |
| BREAKING CHANGE: previously ngInclude only updated its content, after this change ngInclude will recreate itself every time a new content is included. This ensures that a single rootElement for all the included contents always exists, which makes definition of css styles for animations much easier. | |||
| 2013-07-26 | chore($animate): replace show/hide with addClass/removeClass | Matias Niemelä | |
| 2013-07-26 | feat(ngAnimate): complete rewrite of animations | Matias Niemelä | |
| - ngAnimate directive is gone and was replaced with class based animations/transitions - support for triggering animations on css class additions and removals - done callback was added to all animation apis - $animation and $animator where merged into a single $animate service with api: - $animate.enter(element, parent, after, done); - $animate.leave(element, done); - $animate.move(element, parent, after, done); - $animate.addClass(element, className, done); - $animate.removeClass(element, className, done); BREAKING CHANGE: too many things changed, we'll write up a separate doc with migration instructions | |||
