Has person responsible for infiniteScroll tested this feature before release the newest version? I’ve got problem with destroy event in this part of code (ionic.bundle.js, line 41174:
$scope.$on('$destroy', function() { scrollCtrl.$element.off('scroll', checkBounds); });
scrollCtrl.$element is null.