Adds support for EUR and GBP currencies

This commit is contained in:
Gustavo Maximiliano Cortez 2017-06-01 17:16:42 -03:00
commit e0eb06156e
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 30 additions and 5 deletions

View file

@ -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({