aboutsummaryrefslogtreecommitdiffstats
path: root/test/ngRoute/directive
AgeCommit message (Expand)Author
2014-02-26fix($animate): ensure that animateable directives cancel expired leave animat...Matias Niemelä
2014-02-24perf($animate): use rAF instead of timeouts to issue animation callbacksMatias Niemelä
2014-02-18style: remove ws and enfore no-trailing-ws jscs ruleIgor Minar
2014-02-14fix($animate): ensure $animate doesn't break natural CSS transitionsMatias 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-27fix(ngRoute): instantiate controller when template is emptyCaitlin Potter
2013-12-12fix(ngView): Add template to DOM before linking other directivesTobias Bosch
2013-11-21fix(ngView): Don't throw when the ngView element contains content with direct...Tobias Bosch
2013-11-21fix($compile): ensure CSS classes are added and removed only when necessaryMatias Niemelä
2013-11-14fix($compile): accessing controllers of transcluded directives from childrenTobias Bosch
2013-11-06fix(ngView): only run anchorScroll after animation is doneJeff Cross
2013-10-23fix(ngView): ensure the new view element is placed after the old view elementMatias Niemelä
2013-10-10fix(modules): stop leaking global variables in testsPete Bacon Darwin
2013-09-20fix(ngView): IE8 regression due to expando on non-element nodesIgor Minar
2013-09-03fix(ngView): ensure ngClass works with together with ngView's transclusion be...Matias Niemelä
2013-09-03fix(ngAnimate): ensure that ngClass is always compiled before enter, leave an...Matias Niemelä
2013-09-03fix(ngAnimate): cut down on extra $timeout callsMatias Niemelä
2013-08-02chore(ngMock): rename $animate.process to $animate.flushNext()Matias Niemelä
2013-07-26fix($animate): make animation onComplete callbacks asyncMatias Niemelä
2013-07-26fix(ngAnimate): $timeout integration and cancel callbacks addedMatias Niemelä
2013-07-26chore(ngView): $animate refactoring + transclusion & testsMatias 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-06-06refactor($route): pull $route and friends into angular-route.jsIgor Minar