This commit is contained in:
Max Lynch
2013-11-06 20:45:31 -06:00
parent e8f4eeeac8
commit d9478a4bae
7 changed files with 0 additions and 16 deletions

View File

@ -15,7 +15,6 @@ angular.module('ionic.ui.virtRepeat', [])
var _this = this;
virtualList.listView.renderViewport = function(high, low, start, end) {
console.log('RENDER VIEWPORT', high, low, start, end);
}
}
}