more fixes
This commit is contained in:
parent
5d80af5192
commit
ebaefebe8b
8 changed files with 40 additions and 34 deletions
|
|
@ -56,6 +56,8 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
|
|||
force: !!force,
|
||||
}, function(err, status) {
|
||||
$scope.updatingStatus = false;
|
||||
console.log(err);
|
||||
console.log("####################12412412");
|
||||
if (err) {
|
||||
if (err === 'WALLET_NOT_REGISTERED') {
|
||||
$scope.walletNotRegistered = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue