Hi Joberto,
If you do tricks like this to array’s you need a track by in your ng-repeat. and not on $index You need to add this because of the way angular keeps track on where to put which element in the DOM I suspect you have an id in the timeslots array? do something like this: <div ng-repeat="timeSlot in timeSlots track by _id"> 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.
