fixed url opening in android and ios

This commit is contained in:
Kadir Sekha 2018-02-26 15:14:32 +05:00
commit 37b13fb783
5 changed files with 9 additions and 25 deletions

View file

@ -13,4 +13,7 @@ angular.module('copayApp.controllers').controller('nextStepsController', functio
}, 10);
};
$scope.open = function(url) {
window.open(url, '_system');
}
});