diff options
| -rw-r--r-- | www/js/MontageCtrl.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index aa218c90..4fcfe4d6 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -845,6 +845,7 @@ angular.module('zmApp.controllers') $timeout(function () { if (pckry) pckry.onresize(); }); + $ionicScrollDelegate.$getByHandle("montage-delegate").scrollTop(); } $scope.toggleSizeButtons = function () { |
