Is it possible to temporarily disable data binding in AngularJS. I have a list items which I render using ng-repeat. I want to do some list operations on items, while data-binding is temporarily disabled, so that the intermediary changes are not reflected on the page thereby slowing it down. Instead I want to perform the operations on the list and thereafter re-enable data binding.
itemsif that is feasible for your situation. More context would help.