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 has been archived by the owner on Apr 12, 2024. It is now read-only.
When using ngRepeat + ngInclude on the same element, after changing the items, the old DOM elements don't get removed and the new items are prepended to the list. This worked in 1.0.7 but after upgrading to 1.2.0-rc2 it is broken.
The text was updated successfully, but these errors were encountered:
Plnkr: http://plnkr.co/edit/UVm9RBLxyRvOQlnVaD9M
When using ngRepeat + ngInclude on the same element, after changing the items, the old DOM elements don't get removed and the new items are prepended to the list. This worked in 1.0.7 but after upgrading to 1.2.0-rc2 it is broken.
The text was updated successfully, but these errors were encountered: