chore(slides): update core slides

This commit is contained in:
Adam Bradley
2017-05-17 22:34:29 +02:00
parent 15375de61f
commit a0412bc66c
3 changed files with 17 additions and 3 deletions

View File

@ -1,8 +1,15 @@
// Slide
// --------------------------------------------------
ion-slide {
width: 100%;
height: 100%;
display: block;
visibility: inherit !important;
}
ion-slide.upgraded {
visibility: inherit;
}
.slide-zoom {

View File

@ -2,7 +2,14 @@
@import "./slides-import";
// Slides
// --------------------------------------------------
ion-slides {
display: block;
visibility: inherit !important;
}
ion-slides.upgraded {
visibility: inherit;
}

View File

@ -529,7 +529,7 @@ export class Slides {
/**
* @hidden
*/
ionViewWillUnload() {
ionViewDidUnload() {
this._init = false;
this.swiper.destroy(true, true);