| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-10-09 | feat(ngRepeat): use block separator comments | jankuca | |
| Issue: multi-elements ng-repeat (ng-repeat-start, ng-repeat-end) can contain elements with a trancluding directive. This directive changes content of the row (template) and ng-repeat does not work correctly (when removing/moving rows), because ng-repeat works with the original template (elements). This changes ng-repeat behavior to traverse the DOM to find current elements everytime we are moving/removing rows (if the template has multiple elements). Closes #3104 | |||
| 2013-08-23 | chore: reorganize test helper files under test/helpers | Igor Minar | |
