fix rendering timeout

This commit is contained in:
Matias Alejo Garcia 2015-11-10 20:14:06 -03:00
parent 232b78ee8c
commit be1c5e537a
1 changed files with 2 additions and 2 deletions

View File

@ -843,8 +843,8 @@ angular.module('copayApp.controllers').controller('indexController', function($r
$timeout(function() {
self.historyRendering = false;
self.txHistory = self.completeHistory;
});
});
}, 100);
}, 100);
};
self.getTxsFromServer = function(client, skip, endingTxid, limit, cb) {