ionic-team / ionic-framework

A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
https://ionicframework.com
MIT License
51.09k stars 13.51k forks source link

bug: Two-way data binding on new slider #5120

Closed jlcarvalho closed 8 years ago

jlcarvalho commented 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.

jlcarvalho commented 8 years ago

Fixed by d536491.