fix UI
This commit is contained in:
parent
16363562b1
commit
f6f9e5d7fc
4 changed files with 28 additions and 22 deletions
|
|
@ -557,6 +557,13 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
});
|
||||
};
|
||||
|
||||
$scope.openAmountModal = function(address) {
|
||||
if (isCordova)
|
||||
$scope.openInputAmountModal(address);
|
||||
else
|
||||
$scope.openCustomAmountModal(address);
|
||||
};
|
||||
|
||||
$scope.openInputAmountModal = function(addr) {
|
||||
var fc = profileService.focusedClient;
|
||||
$scope.color = fc.backgroundColor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue