*After I updated my angular 2 projet from RC4 to 2.0.1 I'm having a problem with a ngFor looping on an array of objects* (It was working fine on RC4)
the list of sorted objects isnot being updated properly on the DOM, they seem unsorted. *Steps to reproduce the bug /issue:* here is the plunkr: https://embed.plnkr.co/aHIZKq/ 1. Move the start / stop bounds through the middle 2. Then move the draggable bar to the left / right. You'll see the elements displayed are being updated. 3. at some point if you move to the left you'll see the elements being unsorted/mixed. 4. I added on console log the id index from ngLoop. so you can see its unsorted when the problem occurs I tryid several things, but nothing worked: - using a copy on the object - using an array with the keys... thank you for your help -- 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 https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
