diff options
| author | lucas_nz <lucas_nz@outlook.com> | 2020-09-13 17:25:09 +1200 |
|---|---|---|
| committer | lucas_nz <lucas_nz@outlook.com> | 2020-09-13 17:25:09 +1200 |
| commit | f7c55476f1690b7f4f9b25c04ef053c2b9409ef4 (patch) | |
| tree | 3fddb80f078ab8bd439686e051619329cdef0a17 /www | |
| parent | 62d12df2c29b2443b7333ba985aedd78bf2ad0ae (diff) | |
force refresh
Diffstat (limited to 'www')
| -rw-r--r-- | www/js/EventCtrl.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index 0def9fde..159a0451 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -82,6 +82,7 @@ angular.module('zmApp.controllers') //recomputeRowHeights(); //recomputeThumbSize(); $scope.$apply(); + $ionicScrollDelegate.resize(); // $scope.eventsBeingLoaded = true; $timeout (function() { navTitle(); |
