mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Update content.js
This commit is contained in:
2
js/angular/directive/content.js
vendored
2
js/angular/directive/content.js
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user