feat(card): polish design of bitpay card intro view
This commit is contained in:
parent
8370112805
commit
ffa8aa39ce
3 changed files with 50 additions and 63 deletions
|
|
@ -59,6 +59,11 @@ angular.module('copayApp.controllers').controller('bitpayCardIntroController', f
|
|||
}
|
||||
});
|
||||
|
||||
$scope.bitPayCardInfo = function() {
|
||||
var url = 'https://bitpay.com/visa/faq';
|
||||
externalLinkService.open(url);
|
||||
};
|
||||
|
||||
$scope.orderBitPayCard = function() {
|
||||
var url = 'https://bitpay.com/visa/get-started';
|
||||
externalLinkService.open(url);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue