fix(slides): delay loading slides until view ready

Closes #7089
This commit is contained in:
Justin Willis
2016-07-06 10:47:12 -05:00
committed by Adam Bradley
parent 153aaaaa01
commit 580b8d5f0b

View File

@ -396,7 +396,7 @@ export class Slides extends Ion {
setTimeout(() => {
var swiper = new Swiper(this.getNativeElement().children[0], options);
this.slider = swiper;
});
}, 300);
/*
* TODO: Finish this
@ -736,7 +736,7 @@ export class Slides extends Ion {
if (this.length() > 10) {
this.showPager = false;
}
});
}, 300);
}
/**