Adds support for EUR and GBP currencies
This commit is contained in:
parent
8b28e708bc
commit
e0eb06156e
5 changed files with 30 additions and 5 deletions
|
|
@ -184,6 +184,7 @@ angular.module('copayApp.controllers').controller('bitpayCardController', functi
|
|||
|
||||
$scope.$on("$ionicView.beforeEnter", function(event, data) {
|
||||
$scope.cardId = data.stateParams.id;
|
||||
$scope.currency = bitpayCardService.getAvailableCurrency();
|
||||
|
||||
if (!$scope.cardId) {
|
||||
$ionicHistory.nextViewOptions({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue