This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table class="history"> | |
<thead> | |
<tr style="background: red none repeat scroll 0% 0%; border-radius: 46px;"> | |
<th align="right"><span class="sort Amount" ng-class="{'desc': isDescSort('Amount'), 'asc': isAscSort('Amount') }" ng-click="setSort('Amount')">Amount</span></th> | |
<th align="left"><span class="sort Description" ng-click="setSort('Description')">Description</span></th> | |
<th align="left"><span class="sort Date" ng-click="setSort('Date')">Date</span></th> | |
<th align="left"><span class="sort Frequency" ng-click="setSort('Frequency')">Frequency</span></th> | |
<th align="left"><span class="sort PaymentMethod" ng-click="setSort('PaymentType')">Payment Method</span></th> | |
<th align="left">More</th> | |
</tr> |