angular.js/test/helpers
jankuca 9efa46ae64 feat(ngRepeat): use block separator comments
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-10-09 15:19:10 -07:00
..
matchers.js fix(jqLite): use get/setAttribute so that jqLite works on SVG nodes 2013-09-27 12:38:27 -07:00
privateMocks.js chore: reorganize test helper files under test/helpers 2013-08-23 15:46:11 -07:00
privateMocksSpec.js chore: reorganize test helper files under test/helpers 2013-08-23 15:46:11 -07:00
testabilityPatch.js feat(ngRepeat): use block separator comments 2013-10-09 15:19:10 -07:00