Answer the question
In order to leave comments, you need to log in
How to disable scope and all child scope from $digest check loop?
Is it possible to do this in Angular? this is to improve the performance of the application. Turning on / off remains on the conscience of the programmer.
Answer the question
In order to leave comments, you need to log in
No way. If you need to update a specific scope, they usually do this trick
// вместо
$scope.$apply(/* some code */);
// пишут
$scope.$$phase || $scope.$digest();
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question