ng-repeat with track by over multiple properties

前端 未结 3 1202
情话喂你
情话喂你 2020-12-11 00:43

I have a problem with angular ng-repeat directive. Currently I work on some project where from the API I get a list of items (some times it could be 1k items) and this list

3条回答
  •  [愿得一人]
    2020-12-11 01:00

    You do not need to create a function to handle track by multi properties. You can do:

提交回复
热议问题