$ionicSlideBoxDelegate lazy loading

Hey Ionic Community,

The $ionicSlideBoxDelegate is really nice. Does anyone had any experience or example on to creating a lazy loading type of slide box?

Let’s say there are a large set of pictures sitting on the server. I would like to be able to use slide box to swipe through the pictures, but I don’t want to load them all at once. Is there a away to load first 10, and then as the user swipe, more gets loaded form the server.