send/receive buttons on home page

This commit is contained in:
Sebastiaan Pasma 2018-07-17 15:15:37 +02:00
commit a5a999958c
No known key found for this signature in database
GPG key ID: 9A2B0C8B95A1D26F
4 changed files with 48 additions and 0 deletions

View file

@ -224,6 +224,7 @@ angular.module('copayApp.controllers').controller('tabHomeController',
cb();
}
}
$scope.walletsWithFunds = profileService.getWallets({hasFunds: true});
});
});
};