adds pending txs service
This commit is contained in:
parent
e52d45c5d8
commit
b73f711fff
5 changed files with 19 additions and 8 deletions
|
|
@ -55,8 +55,6 @@ angular.module('copayApp.controllers').controller('SendController',
|
|||
}
|
||||
});
|
||||
$scope.txps = res.txs;
|
||||
// TODO
|
||||
// $rootScope.pendingTxCount = res.pendingForUs;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
@ -100,7 +98,8 @@ angular.module('copayApp.controllers').controller('SendController',
|
|||
});
|
||||
|
||||
|
||||
$scope.loadTxs = function() {
|
||||
$scope.init = function() {
|
||||
$rootScope.pendingTxCount = 0;
|
||||
$scope.updateTxs();
|
||||
setTimeout(function() {
|
||||
$scope.loading = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue