add multiple optiomizations for 30+ tx wallets
This commit is contained in:
parent
ba5a3ac2c6
commit
64cacd3b1d
1 changed files with 4 additions and 2 deletions
|
|
@ -34,8 +34,10 @@ angular.module('copay.transactions').controller('TransactionsController',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$scope.loading=false;
|
setTimeout(function(){
|
||||||
$rootScope.$digest();
|
$scope.loading=false;
|
||||||
|
$rootScope.$digest();
|
||||||
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue