The data contains a bunch of images. My problem is that I do can see the images BUT all of them at the same time, one under the other displayed vertically. I am supposed to see only 1 and then slide through the rest. I’ve tried moving the ng-repeat from the ion-slide-box to the ion-slide hoping it would group them but I don’t see anything, thanks.
My apologize for the delay responding @sarale, I got pullet out of the internet :(. I just made the changes you mentioned and it didn’t work, however, I moved the ng-repeat to the ion-slide and worked perfectly. So a combination of your answer and @windht answer did the trick. Thank you both so much.
Thanks so much, before I had the ng repeat in the ion-slide and I couldn’t see anything, but now I did it after adding the $ionicSlideBoxDelegate.update(); in the location that @sarale told me and it works, so thank you both :).