Update content.js

This commit is contained in:
Max Lynch
2014-04-19 16:49:24 -05:00
parent 1fb28347a5
commit 91dc940c34

View File

@@ -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,