refactor clear history method call

This commit is contained in:
Javier 2015-10-30 12:47:37 -03:00
commit 7c21793236
3 changed files with 18 additions and 16 deletions

View file

@ -113,7 +113,7 @@
<ul class="no-bullet m0 size-14">
<h4 class="title m0" translate>Transaction history</h4>
<li class="line-b p20 oh">
<button class="black round small expand" ng-style="{'background-color':index.backgroundColor}" ng-click="info.clearTransactionHistory(); index.clearHistoryFeedback();">
<button class="black round small expand" ng-style="{'background-color':index.backgroundColor}" ng-click="info.clearTransactionHistory();">
<span translate>Clear history</span>
</button>
</li>