mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2024-12-26 09:59:18 +01:00
wording
This commit is contained in:
parent
545bf06733
commit
9cc0642411
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
<md-card flex="48" layout="column"
|
||||
data-ng-repeat="bucket in balance.buckets">
|
||||
<md-toolbar>
|
||||
<h4 data-ng-repeat="account in bucket.total_detailed">{{account.account}}, total = {{account.amount | number:2}} €</h4>
|
||||
<h4 data-ng-repeat="account in bucket.total_detailed">{{account.account}} = {{account.amount | number:2}} €</h4>
|
||||
<!-- <md-slider discrete
|
||||
aria-label="score threshold"
|
||||
min="0" max="10" step="1"
|
||||
|
|
Loading…
Reference in a new issue