InfiniteScroll v1.0.0-beta.11 doesn't work

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.

I have added to my code until the fix:

if (scrollCtrl.$element != null)