diff options
Diffstat (limited to 'www/js/EventCtrl.js')
| -rw-r--r-- | www/js/EventCtrl.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index 093beac5..d4338370 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -81,10 +81,11 @@ angular.module('zmApp.controllers') $scope.$on('sizechanged', function() { recomputeRowHeights(); recomputeThumbSize(); - $scope.eventsBeingLoaded = true; - $timeout (function() { + $scope.$apply(); + // $scope.eventsBeingLoaded = true; + /* $timeout (function() { $scope.eventsBeingLoaded = false; - },300); + },300);*/ }); |
