index
:
angular.js
g3_v1_0
g3_v1_2
g3_v1_3
master
nganimate-docs-at-symbol-HTML-entity-to-character
v0.9.x
v1.0.x
v1.2.x
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
ngRoute
/
directive
/
ngViewSpec.js
Age
Commit message (
Expand
)
Author
2014-02-14
fix($animate): ensure $animate doesn't break natural CSS transitions
Matias Niemelä
2014-02-06
fix(mocks): rename mock.animate to ngAnimateMock and ensure it contains all t...
Matias Niemelä
2014-02-06
fix(mocks): remove usage of $animate.flushNext in favour of queing
Matias Niemelä
2013-12-27
fix(ngRoute): instantiate controller when template is empty
Caitlin Potter
2013-12-12
fix(ngView): Add template to DOM before linking other directives
Tobias Bosch
2013-11-21
fix(ngView): Don't throw when the ngView element contains content with direct...
Tobias Bosch
2013-11-21
fix($compile): ensure CSS classes are added and removed only when necessary
Matias Niemelä
2013-11-14
fix($compile): accessing controllers of transcluded directives from children
Tobias Bosch
2013-11-06
fix(ngView): only run anchorScroll after animation is done
Jeff Cross
2013-10-23
fix(ngView): ensure the new view element is placed after the old view element
Matias Niemelä
2013-10-10
fix(modules): stop leaking global variables in tests
Pete Bacon Darwin
2013-09-20
fix(ngView): IE8 regression due to expando on non-element nodes
Igor Minar
2013-09-03
fix(ngView): ensure ngClass works with together with ngView's transclusion be...
Matias Niemelä
2013-09-03
fix(ngAnimate): ensure that ngClass is always compiled before enter, leave an...
Matias Niemelä
2013-09-03
fix(ngAnimate): cut down on extra $timeout calls
Matias Niemelä
2013-08-02
chore(ngMock): rename $animate.process to $animate.flushNext()
Matias Niemelä
2013-07-26
fix($animate): make animation onComplete callbacks async
Matias Niemelä
2013-07-26
fix(ngAnimate): $timeout integration and cancel callbacks added
Matias Niemelä
2013-07-26
chore(ngView): $animate refactoring + transclusion & tests
Matias Niemelä
2013-07-26
feat(ngAnimate): complete rewrite of animations
Matias Niemelä
2013-07-15
fix($animator): ensure animations are always disabled for an element that is ...
Matias Niemelä
2013-06-06
refactor($route): pull $route and friends into angular-route.js
Igor Minar