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
/
ng
/
directive
/
ngIncludeSpec.js
Age
Commit message (
Expand
)
Author
2014-02-26
fix($animate): ensure that animateable directives cancel expired leave animat...
Matias Niemelä
2014-02-24
perf($animate): use rAF instead of timeouts to issue animation callbacks
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-13
perf(jqLite): implement and use the `empty` method in place of `html(‘’)`
Michał Gołębiowski
2013-12-12
fix(ngInclude): Add template to DOM before linking other directives
Tobias Bosch
2013-11-21
fix(ngInclude): Don't throw when the ngInclude element contains content with ...
Tobias Bosch
2013-11-20
fix(ngInclude): allow ngInclude to load scripts when jQuery is included
Brian Ford
2013-11-14
fix($compile): accessing controllers of transcluded directives from children
Tobias Bosch
2013-11-06
fix(ngInclude): only run anchorScroll after animation is done
Pete Bacon Darwin
2013-09-20
fix(ngInclude): don't break attribute bindings on ngInclude-ed element
Brian Ford
2013-09-17
fix(test): fixed toThrow usage
Chirayu Krishnappa
2013-08-19
revert(ngInclude): remove ngInclude manual transclusion system
Matias Niemelä
2013-08-09
fix(ngInclude): ensure ngInclude is terminal and uses its own manual transclu...
Matias Niemelä
2013-08-02
chore(ngMock): rename $animate.process to $animate.flushNext()
Matias Niemelä
2013-07-26
fix(ngInclude): $animate refactoring + use transclusion
Matias Niemelä
2013-07-26
feat(ngAnimate): complete rewrite of animations
Matias Niemelä
2013-07-25
feat($sce): new $sce service for Strict Contextual Escaping.
Chirayu Krishnappa
2013-07-15
fix($animator): ensure animations are always disabled for an element that is ...
Matias Niemelä
2013-05-08
chore(ngAnimate): CSS classes X-setup/X-start -> X/X-active
Matias Niemelä
2013-05-08
feat($sniffer): Add support for supportsAnimations flag for detecting CSS Ani...
Matias Niemelä
2013-05-03
feat(ngInclude): $includeContentRequested event
Matthieu Larcher
2013-05-01
test(ngAnimate): also provide W3C transition property to work on IE10
Pete Bacon Darwin
2013-04-11
fix(ngAnimate): prevent animation on initial page load
Misko Hevery
2013-04-11
fix(ngAnimate): skip animation on first render
Matias Niemelä
2013-04-02
feat(ngAnimate): add support for animation
Misko Hevery
2013-03-27
feat(http): support request/response promise chaining
Sylvester Keil
2012-04-09
chore(tests): rename all directive names to the normalized form
Igor Minar
2012-04-04
refactor(ngInclude): correct the tests
Vojta Jina
2012-04-03
fix(ngInclude): fire $includeContentLoaded on proper (child) scope
Vojta Jina
2012-04-03
refactor(ngInclude): remove scope attribute
Vojta Jina
2012-03-28
chore(module): move files around in preparation for more modules
Misko Hevery