mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refact(ionContent): make docs match src
This commit is contained in:
@@ -41,7 +41,7 @@ angular.module('ionic.ui.scroll')
|
||||
var refresherHeight = self.refresher.clientHeight || 0;
|
||||
scrollView.activatePullToRefresh(refresherHeight, function() {
|
||||
refresher.classList.add('active');
|
||||
refresherScope.$onRefreshOpening();
|
||||
refresherScope.$onPulling();
|
||||
}, function() {
|
||||
refresher.classList.remove('refreshing');
|
||||
refresher.classList.remove('active');
|
||||
|
||||
Reference in New Issue
Block a user