If I use "track by $index" with ng-repeat, it doesn't update view even if associated object has been changed.
Steps to reproduce: 1) Click remove button on first grid, you will see that in place of first, second grid gets removed. While json data of appliedgrid contains second grid inside it. So two way binding of angular doesn't work as it supposed to. http://plnkr.co/edit/DzKIHKvJdLoZiYY3jgDx?p=preview More details about the issue are given in following link:- https://github.com/angular/angular.js/issues/7953 http://stackoverflow.com/questions/24301883/angularjs-buggy-two-way-data-binding/24312024#24312024 -- 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.
