Ionic Slide Box - Slider-slides empty div on iOS, but working on Android

Ok. I got it working. For some reason, if I add

ng-if="true"

inside my ion-slide-box element, it works. I had the slide box working in another part of my app, which is what was driving me crazy. The only difference between the two is one part had an ng-if and the one not working didn’t have that. Seems like adding ng-if solves it at least for me.

Let me know if you need any help!

Cheers