refact(ionContent): make docs match src

This commit is contained in:
Andy Joslin
2014-03-11 19:34:30 -06:00
parent 9ff7a09af5
commit 4980d09fb3
5 changed files with 19 additions and 30 deletions

View File

@@ -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');