Wallet/public/views/preferencesHistory.html
Gustavo Maximiliano Cortez 87131cb740 Fix prefHistory options
2015-12-04 11:27:08 -03:00

16 lines
635 B
HTML

<div
class="topbar-container"
ng-include="'views/includes/topbar.html'"
ng-init="titleSection='Transaction history'; goBackToState = 'preferencesAdvanced'">
</div>
<div class="content preferences" ng-controller="preferencesHistory as history">
<h4></h4>
<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 ng-click="history.clearTransactionHistory();">
<span translate>Clear cache</span>
</li>
</ul>
</div>