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'"
|
|
|
|
|
ng-init="titleSection='Transaction history'; goBackToState = 'preferencesAdvanced'">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="content preferences" ng-controller="preferencesHistory as history">
|
|
|
|
|
<h4></h4>
|
2016-02-19 14:46:52 -05:00
|
|
|
<ul class="no-bullet m0">
|
2016-06-03 14:44:03 -03:00
|
|
|
<li ng-if="!index.isCordova" ng-init="history.csvHistory()">
|
|
|
|
|
<a style="color:#444"
|
|
|
|
|
ng-csv="history.csvContent"
|
|
|
|
|
csv-header="history.csvHeader"
|
|
|
|
|
ng-show="history.csvReady"
|
|
|
|
|
filename="Copay-{{index.alias || index.walletName}}.csv" translate>
|
2016-02-19 14:46:52 -05:00
|
|
|
Export to file
|
2016-02-19 12:37:50 -03:00
|
|
|
</a>
|
2016-06-03 14:44:03 -03:00
|
|
|
<a style="color:#777"
|
|
|
|
|
ng-show="!history.csvReady"
|
|
|
|
|
translate>
|
|
|
|
|
Export to file [preparing...]
|
|
|
|
|
</a>
|
|
|
|
|
|
2015-12-04 11:20:22 -03:00
|
|
|
</li>
|
2016-06-03 14:44:03 -03:00
|
|
|
<li ng-click="history.clearTransactionHistory();" 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>
|