test(slides): update slide tests to use options instead of attributes

references #5189
This commit is contained in:
Brandy Carney
2016-02-18 12:18:01 -05:00
parent d21ae88018
commit ae392e2db3
7 changed files with 25 additions and 23 deletions

View File

@ -1,4 +1,4 @@
<ion-slides [options]="extraOptions" id="slider" style="background-color: black" zoom>
<ion-slides [options]="mySlideOptions" id="slider" style="background-color: black">
<ion-slide *ngFor="#image of images">
<img data-src="{{getImageUrl(image)}}" slide-lazy>
</ion-slide>