mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
Trigger didScroll on scroll for inherited list views
This commit is contained in:
@ -396,6 +396,10 @@
|
||||
refresher.style.height = '0px';
|
||||
},
|
||||
|
||||
didScroll: function(e) {
|
||||
console.log('LIST VIEW SCROLLED', e);
|
||||
},
|
||||
|
||||
_initDrag: function() {
|
||||
ionic.views.ListView.__super__._initDrag.call(this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user