bp to walletService
This commit is contained in:
parent
410153a2da
commit
aa42db1458
3 changed files with 25 additions and 89 deletions
|
|
@ -48,10 +48,6 @@ angular.module('copayApp.controllers').controller('txpDetailsController', functi
|
|||
}, 10);
|
||||
};
|
||||
|
||||
$scope.$on('$destroy', function() {
|
||||
walletService.lock($scope.wallet);
|
||||
});
|
||||
|
||||
$scope.reject = function(txp) {
|
||||
$scope.loading = true;
|
||||
$scope.error = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue