mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
Fixed scroll end thing
This commit is contained in:
@ -394,7 +394,6 @@
|
||||
|
||||
didScroll: function(e) {
|
||||
console.log('Scrolling', Date.now());
|
||||
/*
|
||||
if(this.isVirtual) {
|
||||
var itemHeight = this.itemHeight;
|
||||
var totalItems = this.el.children.length;
|
||||
@ -410,7 +409,6 @@
|
||||
var nodes = Array.prototype.slice.call(this.el.children, first, itemsPerPage);
|
||||
console.log('Showing these nodes:', nodes);
|
||||
}
|
||||
*/
|
||||
},
|
||||
|
||||
_initDrag: function() {
|
||||
|
||||
Reference in New Issue
Block a user