Scroll stuff

This commit is contained in:
Max Lynch
2015-09-01 16:31:01 -05:00
parent 80452ee9fc
commit e083febf86
3 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<ion-slides [options]="extraOptions" id="slider" style="background-color: black">
<ion-slide *ng-for="#image of images">
<ion-scroll scroll-x="true" scroll-y="true" zoom center>
<ion-scroll scroll-x="true" scroll-y="true" center>
<img data-src="{{getImageUrl(image)}}" slide-lazy>
</ion-scroll>
</ion-slide>