From 91dc940c346fdabcf0bb17eff9736096a2ed52c5 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Sat, 19 Apr 2014 16:49:24 -0500 Subject: [PATCH] Update content.js --- js/angular/directive/content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/angular/directive/content.js b/js/angular/directive/content.js index 610dd677c1..a4bd392183 100644 --- a/js/angular/directive/content.js +++ b/js/angular/directive/content.js @@ -112,7 +112,7 @@ function($timeout, $controller, $ionicBind) { scrollbarY: $scope.$eval($scope.scrollbarY) !== false, scrollingX: $scope.$eval($scope.hasScrollX) === true, scrollingY: $scope.$eval($scope.hasScrollY) !== false, - scrollEventInterval: parseInt($scope.scrollEventInterval, 10) || 20, + scrollEventInterval: parseInt($scope.scrollEventInterval, 10) || 10, scrollingComplete: function() { $scope.$onScrollComplete({ scrollTop: this.__scrollTop,