Pattern processing, pt. 1

This commit is contained in:
2016-07-19 15:33:51 +02:00
parent 610e77f7b9
commit 9a55fc9d0d
15 changed files with 268 additions and 25 deletions
@@ -101,7 +101,9 @@
<div style="text-align: center; font-size: 80%" ng-show="nextPageAvailable">
<a href="" ng-click="moreTransactions()">more</a>
</div>
</div>
<div class="row">
<div ng-show="accountUsers.length > 1" style="margin-top: 2em; text-align: center;">
<span ng-repeat="user in accountUsers" ng-click="openOutstandings(user)" class="clickable">{{user.name}} {{user.outstandingAmount}}&nbsp;<br/></span>
</div>