【发布时间】:2015-03-18 16:03:25
【问题描述】:
我有类似here 描述的情况,但我使用 $http 调用来获取我的数据以构建无限滚动表, 并得到:
Error: [ngRepeat:dupes] Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique keys. Repeater: i in items, Duplicate key: string:b, Duplicate value: b
源代码是here
this 是我遵循的源代码,它可以工作
在这种情况下我需要帮助!
谢谢
【问题讨论】:
标签: javascript angularjs