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
/
ngRepeatSpec.js
Age
Commit message (
Expand
)
Author
2013-10-11
fix($compile): abort compilation when duplicate element transclusion
Igor Minar
2013-10-09
feat(ngRepeat): use block separator comments
jankuca
2013-10-07
fix(*): protect calls to hasOwnProperty in public API
Peter Bacon Darwin
2013-09-25
fix(ngRepeat): correctly track elements even when the collection is initially...
jankuca
2013-08-15
feat(minerr): log minerr doc url in development
Ken Sheedlo
2013-08-02
chore(ngMock): rename $animate.process to $animate.flushNext()
Matias Niemelä
2013-07-31
fix(isArrayLike) Correctly detect arrayLike items
Daniel Herman
2013-07-26
feat(ngAnimate): complete rewrite of animations
Matias Niemelä
2013-07-24
feat(ngRepeat): add $even and $odd props to iterator
P. Envall
2013-07-24
fix(ngRepeat): handle iteration over identical obj values
Rory Douglas
2013-07-18
test(ngRepeat): add a test for ngRepeat when using 'track by' and a filter
Brian Ford
2013-07-15
fix($animator): ensure animations are always disabled for an element that is ...
Matias Niemelä
2013-07-02
fix($compile): prevent infinite loop w/ replace+transclude directives
Igor Minar
2013-07-02
test(ngRepeat): disable an element directive test on IE8
Igor Minar
2013-07-02
revert: test(ngRepeat): fix IE8 test compatibility issue
Igor Minar
2013-07-01
test(ngRepeat): fix IE8 test compatibility issue
Igor Minar
2013-06-28
style(ngRepeatSpec): fix up colons and iit
Pete Bacon Darwin
2013-06-27
fix(compiler): corrects component transclusion on compilation root.
Igor Minar
2013-06-17
chore(minErr): replace ngError with minErr
Ken Sheedlo
2013-06-11
fix(ngRepeat): support growing over multi-element groups
Misko Hevery
2013-05-24
feat(ngError): add error message compression and better error messages
Igor Minar
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-02
fix(ngRepeat): correctly iterate over array-like objects
Gonzalo Ruiz de Villa
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(ngRepeat): prevent initial duplicates
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-29
feat(ngRepeat): add support for custom tracking of items
Misko Hevery
2013-01-17
fix(ngRepeat): correctly apply $last if repeating over object
Pete Bacon Darwin
2012-11-26
fix(ngRepeat): support mostly-stable repeating for primitives
Igor Minar
2012-11-26
test(ngRepeat): clean up and improve tests
Igor Minar
2012-11-26
test(ngRepeat): add test for issue #1076
Igor Minar
2012-09-06
fix(ngRepeat): now works with primitive types
Zhenbo Zhang
2012-08-31
revert: fix(ng-repeat) to work with primitive types
Igor Minar
2012-08-30
fix(ng-repeat) to work with primitive types
Zhenbo Zhang
2012-05-22
fix(ngRepeat): expose $first, $middle and $last instead of $position
Max
2012-04-09
chore(tests): rename all directive names to the normalized form
Igor Minar
2012-04-09
fix(docs): change all directive references to use the normalized names
Igor Minar
2012-03-28
chore(module): move files around in preparation for more modules
Misko Hevery