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.
1 parent 40e60ad commit e9e4de6Copy full SHA for e9e4de6
src/ui-scroll.js
@@ -356,7 +356,7 @@ angular.module('ui.scroll', [])
356
let updates = updateDOM();
357
358
// We need the item bindings to be processed before we can do adjustment
359
- $scope.$apply(() => $timeout(() => {
+ $scope.$applyAsync(() => $timeout(() => {
360
// show elements after data binging has been done
361
updates.inserted.forEach(w => w.element.removeClass('ng-hide'));
362
updates.prepended.forEach(w => w.element.removeClass('ng-hide'));
0 commit comments