Hi Jitender, This will never work. You are rebuilding the data you are traversing. So, angular has to start over iterating when the data changed, which is on every row of your table. It has to throw away what it has build, and start again. That is an endless loop.
Prebuild the table in your controller, and use ngRepeat to traverse the result of that. 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.
