fix update tx history

This commit is contained in:
Matias Alejo Garcia 2015-11-04 12:50:25 -03:00
commit 2782832fb2

View file

@ -829,6 +829,9 @@ angular.module('copayApp.controllers').controller('indexController', function($r
}
self.updateHistory = function() {
var fc = profileService.focusedClient;
if (!fc.isComplete()) return;
$log.debug('Updating Transaction History');
self.txHistoryError = false;
self.updatingTxHistory = true;