receive money from glidera in any wallet

This commit is contained in:
Gabriel Bazán 2016-12-12 14:18:49 -03:00
commit 794f6a01df
2 changed files with 12 additions and 5 deletions

View file

@ -70,6 +70,11 @@ angular.module('copayApp.controllers').controller('confirmController', function(
return;
}
if ($scope.isGlidera == 'buy') {
initConfirm();
return;
}
var filteredWallets = [];
var index = 0;
var enoughFunds = false;