正常的ion-slide-box是没有问题的,但是使用ng-repeat渲染之后,内容就不显示了
解决办法:
在controller中注入$ionicSlideBoxDelegate,使用ng-repeat渲染之后更新一下,即:$ionicSlideBoxDelegate.update();