mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(refresher): Fix refreshing icon in Android 4.3 and lower
This commit is contained in:
5
js/angular/controller/scrollController.js
vendored
5
js/angular/controller/scrollController.js
vendored
@@ -185,8 +185,9 @@ function($scope, scrollViewOptions, $timeout, $window, $location, $document, $io
|
||||
refresher.classList.add('active');
|
||||
refresherScope.$onPulling();
|
||||
}, function() {
|
||||
// deactivateCallback
|
||||
refresher.classList.remove('active', 'refreshing', 'refreshing-tail');
|
||||
refresher.classList.remove('active');
|
||||
refresher.classList.remove('refreshing');
|
||||
refresher.classList.remove('refreshing-tail');
|
||||
}, function() {
|
||||
// startCallback
|
||||
refresher.classList.add('refreshing');
|
||||
|
||||
Reference in New Issue
Block a user