(deleted text)
I was originally complaining that this bug is still present in 1.0.1, but I just discovered I was doing something wrong.
I was calling $scope.$broadcast(‘scroll.infiniteScrollComplete’) in my loadMore() function, rather than in the success callback passed to then of the promise returned when I load more data. Whoops!