We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c39a21 commit 42f39bbCopy full SHA for 42f39bb
js/ext/angular/src/controller/ionicScrollController.js
@@ -44,8 +44,7 @@ angular.module('ionic.ui.scroll')
44
scrollView.activatePullToRefresh(refresherHeight, function() {
45
self.refresher.classList.add('active');
46
}, function() {
47
- self.refresher.classList.remove('refreshing');
48
- self.refresher.classList.remove('active');
+ self.refresher.classList.remove('refreshing', 'active');
49
50
self.refresher.classList.add('refreshing');
51
$scope.onRefresh && $scope.onRefresh();
0 commit comments