Closed jlcarvalho closed 8 years ago
Type: bug
Ionic Version: 1.x
Platform: all
When a <ion-slide-page> directive is destroyed, the slider is not updated. The hack solution was always render the slider when the <ion-slide-page> is removed. I'll submit a PR to fix this.
<ion-slide-page>
Fixed by d536491.
Type: bug
Ionic Version: 1.x
Platform: all
When a
<ion-slide-page>
directive is destroyed, the slider is not updated. The hack solution was always render the slider when the<ion-slide-page>
is removed. I'll submit a PR to fix this.