Trigger didScroll on scroll for inherited list views

This commit is contained in:
Max Lynch
2013-10-28 09:07:30 -05:00
parent 04dcd1050e
commit 6a8750e126
3 changed files with 50 additions and 32 deletions

View File

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