ionic中轮播图图片垂直排列问题
ionic中图片联播插件,图片是垂直排列的,请问是怎么回事?
controller.js里面的代码:
为什么出来的是垂直的
css:
$scope.$on('$ionicView.beforeEnter',
function() {
/*slider-slides中width=0*/
$timeout( function() {
$ionicSlideBoxDelegate.$getByHandle('delegateHandler').update();
}, 50);
$scope.myActiveSlide = 0;
}
);
在controller里面加上上面的代码之后,莫名其妙地就好了,明明之前也加过不起作用{:4_92:} 记得把css里面.slider-slides的width:100% !important去掉
页:
[1]