Update status when transaction signed/rejected/broadcasted

This commit is contained in:
Gustavo Maximiliano Cortez 2015-02-11 10:47:54 -03:00
commit 2a32a308bd
2 changed files with 25 additions and 8 deletions

View file

@ -6,6 +6,7 @@ angular.module('copayApp.controllers').controller('HomeWalletController', functi
var ModalInstanceCtrl = function($scope, $modalInstance) {
var w = $rootScope.wallet;
$scope.tx = tx;
$scope.registeredCopayerIds = w.getRegisteredCopayerIds();
$scope.loading = null;
$scope.sign = function(ntxid) {