This commit is contained in:
Javier 2016-06-14 12:01:18 -03:00
commit bab8b4c3ff
4 changed files with 16 additions and 11 deletions

View file

@ -6,9 +6,7 @@ angular.module('copayApp.controllers').controller('preferencesHistory',
var c = fc.credentials;
$scope.csvReady = false;
$scope.csvHistory = function(isUpdating, cb) {
if (isUpdating) return;
$scope.csvHistory = function(cb) {
var allTxs = [];
function getHistory(cb) {