| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-07-29 | chore(ngdocs): all animation-supported directives working with docs examples ↵ | Matias Niemelä | |
| and jsFiddle/Plunkr pages | |||
| 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 | |||
| 2013-05-13 | docs(animation): fix code example to work with most recent ngAnimate | Matias Niemelä | |
| ngAnimate: Rename CSS classes in example code to work with new ngAnimate naming conventions ngInclude: Include animations toggle in ngInclude example code ngAnimate: Remove ms- prefix and fix up CSS animation example code | |||
| 2013-05-08 | chore(ngIf): Add animation code to ngIf example and docs text to ngAnimate docs | Matias Niemelä | |
| 2013-04-19 | feat(ngIf): add directive to remove and recreate DOM elements | Oren Avissar | |
| This directive is adapted from ui-if in the AngularUI project and provides a complement to the ngShow/ngHide directives that only change the visibility of the DOM element and ngSwitch which does change the DOM but is more verbose. | |||
