$scope.showConfirm = function() {
var confirmPopup = $ionicPopup.confirm({
title: $translate.instant(‘Popup Title’),
template: $translate.instant(‘Popup Message’)
});
};
It works good on Chrome, but in IE and Microsoft Edge, when showing popup automatically sends me to the home, and not keep the current page. Someone could help me please.