<ion-slide-box>
<ion-slide ng-repeat="slide in banner">
<a href="#{{slide.goods}}" class="item-image">
<img class="index-banner" ng-src="{{slide.img_path}}">
</a>
</ion-slide>
</ion-slide-box>
I set an ion slide box in my site, I’m sure I have N slides in when the page is rendered, but I got nothing in this area on the web page, in Chrome emulation, the slides will show when I change the device-width or height, and on my mobile device, slides won’t be shown first time but after rotating device screen.
I dunno what happened, can anybody give me some solutions please?