I have a big list containing all of my data, and I have another shorter list containing only the selected data. Originally, all the data is selected so both lists are identi
Your issue because of index update, so try track by $index, should work.
track by $index
{{region.name}}
Check out jsFiddle