fix UI search transactions
This commit is contained in:
parent
9e810466b7
commit
9c024aebf6
5 changed files with 83 additions and 105 deletions
|
|
@ -77,6 +77,11 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
|
|||
$scope.searchModal = modal;
|
||||
$scope.searchModal.show();
|
||||
});
|
||||
|
||||
$scope.close = function() {
|
||||
$scope.searchModal.hide();
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
$scope.openTxModal = function(btx) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue