fix UI search transactions

This commit is contained in:
Gabriel Bazán 2016-09-02 14:29:34 -03:00
commit 9c024aebf6
5 changed files with 83 additions and 105 deletions

View file

@ -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) {