Pattern processing, pt. 1
This commit is contained in:
@@ -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}} €<br/></span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user