Hi.
I have a problem. i have four picture in one div. I want the picture can be swipe to the left so i can see another picture. how can i do this? please help me!
here is the pic:
here is my code:
<ion-content> <div class="item item-image"> <div class="row"> <div class="col col-50" ng-repeat="gambarlap in gambarlap"> <img src="http://localhost/TA2/admin/{{gambarlap.path}}"> </div> </div> </div> </ion-content>