fix test
This commit is contained in:
parent
9163127dca
commit
bab8b4c3ff
4 changed files with 16 additions and 11 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue