Is there a solution to preserve the insertion order of an associative array when iterated using ng-repeat?
In the sample below, the associative array is sorted based on the value property. but the display doesn't preserves the insertion order. Does angular provides any mechanism to handle this issue? http://plnkr.co/edit/sXXPKylW2YbzwyQGtXSg?p=preview Thanks in advance. -- 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.
