I have a similar situation as described here but I use a $http call to get my data to build a infinite scrolling table, and get:
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
source code is here
this is the source code that i followed and it worked
i need help in this situation!
thanks