mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00

committed by
Adam Bradley

parent
153aaaaa01
commit
580b8d5f0b
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user