angular-vs-repeat
angular-vs-repeat copied to clipboard
use safe digest in order to avoid `$apply already on progress` error
During scroll other components could call $scope.$apply()
or $scope.$applyAsync()
. In order to avoid errors, we have to use some kind of safeDigest
@kamilkp could you please check this PR?