Yes I have applied track by index but it started showing empty rows. I have also tried track by item.id but it didn't work and showed parsing error.
One more thing that when I assign the same dynamic data to the items variable hard coded it works fine. On Wednesday, August 6, 2014 8:41:45 PM UTC+5, Sander Elias wrote: > > Hi, > > Did you follow the link you posted? the explanation and the solution is in > there! > add "track by $index" to your repeat expression. > > Regards > Sander > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
