| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-25 | test(docs): disable brittle tests that need to be rewritten | Igor Minar | |
| 2013-08-23 | fix($animate): only execute a timeout when transitions or keyframe ↵ | Matias Niemelä | |
| animations are used ngAnimate causes a 1ms flicker on the screen when no CSS animations are present on the element. The solution is to change $animate to only use $timeouts when a duration is found on the element before the transition/keyframe animation takes over. Closes #3613 | |||
| 2013-08-23 | test(docs): ignore some of the specs on IE | Vojta Jina | |
| This target was never un on our Jenkins CI. Some of the specs are using animation stuff, that IE does not support, so I'm disabling them. | |||
| 2013-08-14 | test(docs): don't mock out window unnecessarily | Igor Minar | |
| 2013-08-14 | test(docs): add missing createMockWindow() | Vojta Jina | |
| Add missing angular.mock.createMockWindow (removed in 0dd062231a4d495133fd907eeae95c566380c6e1), that the docs tests were using. | |||
| 2013-07-26 | fix(ngAnimate): $timeout integration and cancel callbacks added | Matias Niemelä | |
| 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 | |||
| 2013-07-26 | chore(ngdocs): replace showdown.js with marked.js | Matias Niemelä | |
| 2013-07-15 | fix($animator): ensure animations are always disabled for an element that is ↵ | Matias Niemelä | |
| not attached to the DOM | |||
| 2013-06-17 | feat(ngdocs): support popover, foldouts and foldover annotations | Matias Niemelä | |
