I have an error:
ngRepeat:dupes Duplicate Key in Repeater
To solve that problem, I used track by $index
like this:
contact in contacts track by $index
but the thing is that I have new error like this.
what happened to my app now?
I have an error:
ngRepeat:dupes Duplicate Key in Repeater
To solve that problem, I used track by $index
like this:
contact in contacts track by $index
but the thing is that I have new error like this.
what happened to my app now?