angular-vs-repeat icon indicating copy to clipboard operation
angular-vs-repeat copied to clipboard

use safe digest in order to avoid `$apply already on progress` error

Open dmk1111 opened this issue 6 years ago • 1 comments

During scroll other components could call $scope.$apply() or $scope.$applyAsync(). In order to avoid errors, we have to use some kind of safeDigest

dmk1111 avatar Feb 27 '19 13:02 dmk1111

@kamilkp could you please check this PR?

dmk1111 avatar Feb 27 '19 13:02 dmk1111