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,7 +6,7 @@
<div class="content preferences" ng-controller="preferencesHistory">
<h4></h4>
<ul class="no-bullet m0" ng-if="!index.isCordova" ng-init="csvHistory(index.updatingTxHistory)">
<ul class="no-bullet m0" ng-if="!index.isCordova" ng-init="index.updatingTxHistory ? null : csvHistory()">
<li ng-if="csvReady">
<a ng-csv="csvContent" csv-header="csvHeader" ng-style="{'color':index.backgroundColor}"
filename="Copay-{{index.alias || index.walletName}}.csv" translate>Export to file</a>