ion scroll direction=“x” not working in android
<div ng-repeat="item in dining" style="float: left; padding: 0em 1em;" >
<div>
<img style="width:200px;height:200px ;" src="{{item.image}}" />
</div>
<!-- <div>
<a style="text-align: center" >{{item.desc}}</a>
</div> -->
</div>
</ion-scroll>
</div>