Refresh tx list after send on 1-of-1

This commit is contained in:
Yemel Jardi 2014-08-07 09:53:20 -03:00
commit 09e60b2f70

View file

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