Fix prefHistory options

This commit is contained in:
Gustavo Maximiliano Cortez 2015-12-04 11:20:22 -03:00
parent 3d60c3bcee
commit 87131cb740
1 changed files with 8 additions and 9 deletions

View File

@ -5,13 +5,12 @@
</div>
<div class="content preferences" ng-controller="preferencesHistory as history">
<h4></h4>
<ul class="no-bullet m0 size-14">
<li class="line-b p20 oh" ng-show="!index.isCordova" id="export_file" type="file" nwsaveas="Copay-{{index.alias || index.walletName}}.csv" accept=".csv" ng-click="index.csvHistory();">
<i class="fi-page-export-csv"></i>
<a translate>Export to file</a>
<ul class="no-bullet m0">
<li ng-show="!index.isCordova" id="export_file" type="file" nwsaveas="Copay-{{index.alias || index.walletName}}.csv" accept=".csv" ng-click="index.csvHistory();">
<span translate>Export to file</span>
</li>
<li class="line-b p20 oh" ng-click="history.clearTransactionHistory();">
<a translate>Clear cache</a>
<li ng-click="history.clearTransactionHistory();">
<span translate>Clear cache</span>
</li>
</ul>
</div>