Skip to content

Commit bbabb9b

Browse files
committed
calculateProperties fix
1 parent e3ca2ff commit bbabb9b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ui-scroll.js

+3
Original file line numberDiff line numberDiff line change
@@ -843,6 +843,9 @@ angular.module('ui.scroll', [])
843843

844844
if (pending.length) {
845845
unbindEvents();
846+
} else {
847+
adapter.calculateProperties();
848+
$scope.$apply();
846849
}
847850
}
848851
}

0 commit comments

Comments
 (0)