Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |