aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/directive/ngIfSpec.js
AgeCommit message (Expand)Author
2014-02-26fix($animate): ensure that animateable directives cancel expired leave animat...Matias Niemelä
2014-02-06fix(mocks): rename mock.animate to ngAnimateMock and ensure it contains all t...Matias Niemelä
2014-02-06fix(mocks): remove usage of $animate.flushNext in favour of queingMatias Niemelä
2013-12-05fix($compile): update cloned elements if the template arrives after the cloningTobias Bosch
2013-11-14fix($compile): accessing controllers of transcluded directives from childrenTobias Bosch
2013-11-11fix(ngIf): don't create multiple elements when changing from a truthy to anot...Tobias Bosch
2013-11-04fix(ngIf): destroy child scope when destroying DOMIgor Minar
2013-10-30fix(ngIf): ngIf removes elements dynamically added to itBrian Ford
2013-08-02chore(ngMock): rename $animate.process to $animate.flushNext()Matias Niemelä
2013-07-26feat(ngAnimate): complete rewrite of animationsMatias Niemelä
2013-07-15fix($animator): ensure animations are always disabled for an element that is ...Matias Niemelä
2013-05-08chore(ngAnimate): CSS classes X-setup/X-start -> X/X-activeMatias Niemelä
2013-05-08feat($sniffer): Add support for supportsAnimations flag for detecting CSS Ani...Matias Niemelä
2013-04-19feat(ngIf): add directive to remove and recreate DOM elementsOren Avissar