/transactions/search/last10 ersetzt durch

/transactions/search/forAccount mit Paging, Transaktionen-Liste
erweiterbar
This commit is contained in:
2016-05-02 17:16:34 +02:00
parent e63b5a16d7
commit 0d900605b4
5 changed files with 55 additions and 41 deletions
@@ -63,6 +63,9 @@
<td>{{transaction.description}}</td>
</tr>
</table>
<div style="text-align: center; font-size: 80%" ng-show="nextPageAvailable">
<a href="" ng-click="moreTransactions()">more</a>
</div>
<div style="margin-top: 2em; text-align: center;">
<span ng-repeat="user in accountUsers">{{user.name}} {{user.outstandings | number : 2}}&nbsp;<br/></span>