Hi Sander, yeah that worked really well. I did oversee that feature for ngRepeat.
Thanks Am Samstag, 28. März 2015 09:19:03 UTC+1 schrieb Sander Elias: > > Hi Sebastian, > > I assume you have some sort of ID in your comments. > The solution to your issue, is to use track by id, so angular know what > (not) to update! > > Will look something like: > <comment ng-repeat='comment in comments track by comment.id>...</comment> > > Does that help a bit? > > 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.
