feat(card): polish design of bitpay card intro view

This commit is contained in:
Jason Dreyzehner 2016-10-20 23:59:03 -04:00
commit ffa8aa39ce
3 changed files with 50 additions and 63 deletions

View file

@ -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);