Refresh tx list after send on 1-of-1

This commit is contained in:
Yemel Jardi 2014-08-07 09:53:20 -03:00
parent 2ba794fc47
commit 09e60b2f70
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ angular.module('copayApp.controllers').controller('SendController',
notification.error('Error', 'There was an error sending the transaction.');
}
$scope.loading = false;
$scope.loadTxs();
});
}
$rootScope.pendingPayment = null;