Ion-toggle unnecessarily triggers `change` event when default value is true?

So my issue is that ion-toggle triggers “change” event when the default value is set to true. ngFor generated item-list and set toggle to false or true. Each time toggle is set to true “ionChange” is fired, which is something I dont want.

Is there any way to avoid that?

i also found, only one, related issue here: https://github.com/driftyco/ionic/issues/6144

I’m using the latest of Ionic and Cordova. RC2 ionic

1 Like