Infinite Scroll without $scope

Is there a way to use ion-infinite-scroll without injecting $scope into your controller? $scope is needed to broadcast the complete message.

This is forcing us to inject $scope into a bunch of our controllers only to be used for this broadcast (we have to do similar things for $ionicModal, so it’s not the end of the world, but it is kind of muddying things up).

Not that this is really in scope for Ionic currently, but obviously $scope is going away in Angular 2.0, so…that might cause problems down the road.