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-13 16:13:35 -03:00
|
|
|
|
2016-06-14 12:01:18 -03:00
|
|
|
<ul class="no-bullet m0" ng-if="!index.isCordova" ng-init="index.updatingTxHistory ? null : csvHistory()">
|
2016-06-13 16:13:35 -03:00
|
|
|
<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>
|
2015-12-04 11:20:22 -03:00
|
|
|
</li>
|
2016-06-13 16:13:35 -03:00
|
|
|
<li ng-if="!csvReady">
|
|
|
|
|
<span translate>Export to file [preparing...]</span>
|
|
|
|
|
</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>
|