mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
On refresh opening
This commit is contained in:
3
dist/js/ionic-angular.js
vendored
3
dist/js/ionic-angular.js
vendored
@ -516,6 +516,9 @@ angular.module('ionic.ui.content', [])
|
||||
el: $element[0].firstElementChild,
|
||||
onRefresh: function() {
|
||||
$scope.onRefresh && $scope.onRefresh();
|
||||
},
|
||||
onRefreshOpening: function(amt) {
|
||||
$scope.onRefreshOpening && $scope.onRefreshOpening({amount: amt});
|
||||
}
|
||||
});
|
||||
// Let child scopes access this
|
||||
|
||||
Reference in New Issue
Block a user