diff --git a/js/angular/directive/collectionRepeat.js b/js/angular/directive/collectionRepeat.js index 12b21356c4..69e9d5415a 100644 --- a/js/angular/directive/collectionRepeat.js +++ b/js/angular/directive/collectionRepeat.js @@ -145,7 +145,7 @@ function CollectionRepeatDirective($ionicCollectionManager, $parse, $window, $$r // Dimensions are refreshed on resize or data change. angular.element($window).on('resize', debouncedOnResize); - $timeout(debouncedRefreshDimensions, 0, false); + $timeout(refreshDimensions, 0, false); scope.$watchCollection(listGetter, function(newValue) { data = newValue || (newValue = []);