You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
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.