Refresh ng-repeat data

后端 未结 4 1620
梦毁少年i
梦毁少年i 2021-01-19 17:30

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

4条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-19 18:01

    Your issue because of index update, so try track by $index, should work.

    
    

    Check out jsFiddle

提交回复
热议问题