This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Strange behavior with ng-repeat-start/end and ng-if in 1.1.6-a22596c #3104
Closed
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