fixed url opening in android and ios
This commit is contained in:
parent
f8baca943c
commit
37b13fb783
5 changed files with 9 additions and 25 deletions
|
|
@ -13,4 +13,7 @@ angular.module('copayApp.controllers').controller('nextStepsController', functio
|
|||
}, 10);
|
||||
};
|
||||
|
||||
$scope.open = function(url) {
|
||||
window.open(url, '_system');
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue