I guess the problem appears in the callback
The browser will block non-human jumps by default, even if I open a new tab and then location url

$mdDialog.show(confirm).then(function () {
var url = 'www.google.com';
var goUrl = window.open();
goUrl.location = url;
});
https://codepen.io/scheinin/pen/JmvEob
Aucun commentaire:
Enregistrer un commentaire