I have a collection in scope that gets updated every few seconds. When update happens, it is multiple of records being removed, added and updated. This means that watchers on this collection will trigger for every single add, delete or update. Is there a way to tell the framework to not trigger watchers till all updates have been finished to this collection? Or is there some other way to handle this kind of situation?
Thanks -- 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.
