2016-02-19 12:37:50 -03:00
|
|
|
<div
|
|
|
|
|
class="topbar-container"
|
2015-12-02 15:34:34 -03:00
|
|
|
ng-include="'views/includes/topbar.html'"
|
2016-06-14 12:07:54 -03:00
|
|
|
ng-init="titleSection='Transaction History'; goBackToState = 'preferencesAdvanced'">
|
2015-12-02 15:34:34 -03:00
|
|
|
</div>
|
2016-06-13 16:13:35 -03:00
|
|
|
<div class="content preferences" ng-controller="preferencesHistory">
|
2015-12-02 15:34:34 -03:00
|
|
|
<h4></h4>
|
2016-06-14 15:11:56 -03:00
|
|
|
|
2016-06-15 09:36:01 -03:00
|
|
|
<ul class="no-bullet m0" ng-init="index.updatingTxHistory ? null : csvHistory()">
|
|
|
|
|
<li ng-show="csvReady && !index.isCordova"
|
2016-06-14 15:11:56 -03:00
|
|
|
ng-csv="csvContent" csv-header="csvHeader" filename="Copay-{{index.alias || index.walletName}}.csv">
|
|
|
|
|
<span ng-style="{'color':index.backgroundColor}" translate>
|
|
|
|
|
Export to file
|
|
|
|
|
</span>
|
2015-12-04 11:20:22 -03:00
|
|
|
</li>
|
2016-06-15 09:36:01 -03:00
|
|
|
<li ng-show="!csvReady && !index.isCordova">
|
2016-06-14 18:17:52 -03:00
|
|
|
<span class="right text-gray text-italic" translate>preparing...</span>
|
|
|
|
|
<span translate>Export to file</span>
|
2016-06-13 16:13:35 -03:00
|
|
|
</li>
|
|
|
|
|
<li ng-click="clearTransactionHistory()" ng-style="{'color':index.backgroundColor}" translate>
|
2015-12-04 13:30:51 -03:00
|
|
|
Clear cache
|
2015-12-04 11:20:22 -03:00
|
|
|
</li>
|
|
|
|
|
</ul>
|
2015-12-02 15:34:34 -03:00
|
|
|
</div>
|