fix changing wallet / form reset
This commit is contained in:
parent
7f92b4125b
commit
67d140e981
6 changed files with 62 additions and 76 deletions
|
|
@ -217,10 +217,11 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
self.txHistory = [];
|
||||
}
|
||||
self.skipHistory = skip || 0;
|
||||
$log.debug('Updating Transaction History');
|
||||
self.txHistoryError = false;
|
||||
self.updatingTxHistory = true;
|
||||
$timeout(function() {
|
||||
$log.debug('Updating Transaction History');
|
||||
self.txHistoryError = false;
|
||||
self.updatingTxHistory = true;
|
||||
$rootScope.$apply();
|
||||
fc.getTxHistory({
|
||||
skip: self.skipHistory,
|
||||
limit: self.limitHistory + 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue