This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Description
When using ng-repeat-start/end to cover two consecutive <tr>
s in a table, the latter having an additional ng-if
directive the data binding acts really strange. When adding items while ng-if
is true, the order of the rows change and if ng-if
is subsequently set to false, all new rows are kept in the DOM.
Example: http://da024c74860939fa.paste.se