| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| BREAKING CHANGE: It is considered an error to have two items produce the same track by key. (This was tolerated before.) | |||
| 2013-01-17 | fix(ngRepeat): correctly apply $last if repeating over object | Pete Bacon Darwin | |
| If the $last property is calculated from the original collectionLength on an object and properties starting with $ were filtered out, then $last is never applied and $middle is applied erroniously. Closes #1789 | |||
| 2012-11-26 | fix(ngRepeat): support mostly-stable repeating for primitives | Igor Minar | |
| I'm reverting changes that were originally done to ngRepeat to fix #933, because these are now not necessary after the previous changes to keep ngModel always synced with the DOM. | |||
| 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 | |
| closes #933 | |||
| 2012-08-31 | revert: fix(ng-repeat) to work with primitive types | Igor Minar | |
| this was accidentaly merged in. the commit is not ready yet and we don't have CLA signature. This reverts commit 98d489712eff7559bce87ae53bd242112a875c1a. | |||
| 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 | |
| $position marker doesn't work well in cases when we have just one item in the list because then the item is both the first and last. To solve this properly we need to expose individual $first and $middle and $last flags. BREAKING CHANGE: $position is not exposed in repeater scopes any more To update, search for $position and replace it with one of $first, $middle or $last. Closes #912 | |||
| 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 | |
