/transactions/search/last10 ersetzt durch
/transactions/search/forAccount mit Paging, Transaktionen-Liste erweiterbar
This commit is contained in:
@@ -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}} €<br/></span>
|
||||
|
||||
Reference in New Issue
Block a user