We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c8659f + efe6cac commit 8919de5Copy full SHA for 8919de5
src/ui-scroll.js
@@ -344,7 +344,7 @@ angular.module('ui.scroll', [])
344
const updates = updateDOM();
345
346
// We need the item bindings to be processed before we can do adjustments
347
- !$scope.$$phase && $scope.$digest();
+ !$scope.$$phase && !$scope.$root.$$phase && $scope.$digest();
348
349
updates.inserted.forEach(w => elementRoutines.showElement(w));
350
updates.prepended.forEach(w => elementRoutines.showElement(w));
0 commit comments