Merge pull request #4398 from cmgustavo/bug/export-to-file-02
Fix export to file action
This commit is contained in:
commit
c7c8bd1990
1 changed files with 3 additions and 3 deletions
|
|
@ -6,14 +6,14 @@
|
|||
<div class="content preferences" ng-controller="preferencesHistory">
|
||||
<h4></h4>
|
||||
|
||||
<ul class="no-bullet m0">
|
||||
<li ng-if="csvReady && !index.isCordova" ng-init="index.updatingTxHistory ? null : csvHistory()"
|
||||
<ul class="no-bullet m0" ng-init="index.updatingTxHistory ? null : csvHistory()">
|
||||
<li ng-show="csvReady && !index.isCordova"
|
||||
ng-csv="csvContent" csv-header="csvHeader" filename="Copay-{{index.alias || index.walletName}}.csv">
|
||||
<span ng-style="{'color':index.backgroundColor}" translate>
|
||||
Export to file
|
||||
</span>
|
||||
</li>
|
||||
<li ng-if="!csvReady && !index.isCordova">
|
||||
<li ng-show="!csvReady && !index.isCordova">
|
||||
<span class="right text-gray text-italic" translate>preparing...</span>
|
||||
<span translate>Export to file</span>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue