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-02-19 12:37:50 -03:00
|
|
|
<li ng-if="!index.isCordova" ng-init="index.csvHistory()">
|
2016-02-19 14:46:52 -05:00
|
|
|
<a ng-style="{'color':index.backgroundColor}" ng-csv="index.csvContent"
|
|
|
|
|
csv-header="index.csvHeader"
|
|
|
|
|
filename="{{index.csvFilename }}" translate>
|
|
|
|
|
Export to file
|
2016-02-19 12:37:50 -03:00
|
|
|
</a>
|
2015-12-04 11:20:22 -03:00
|
|
|
</li>
|
2016-02-19 14:46:52 -05:00
|
|
|
<li ng-style="{'color':index.backgroundColor}" 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>
|