Files
2015-09-10 14:22:00 -05:00

14 lines
277 B
HTML

<ion-slides [options]="extraOptions" id="slider" style="background-color: black" zoom>
<ion-slide *ng-for="#image of images">
<img data-src="{{getImageUrl(image)}}" slide-lazy>
</ion-slide>
</ion-slides>
<style>
ion-scroll {
width: 100%;
height: 100%;
}
</style>