Ionic Version: 1.x
Platform: all
ion-toggle button is clickable even after a popup is on
http://codepen.io/ankitaurfrnd/pen/JKJprp
<ion-toggle>Sample toggle Button</ion-toggle>
$ionicPopup.alert({
title: 'Don\'t eat that!',
template: 'It might taste good'
});
Toggle button should not be clicked when mask is on.
Is there a workaround to fix this behaviour ?