simplify
This commit is contained in:
parent
b162090cd5
commit
d8738fec66
1 changed files with 6 additions and 6 deletions
|
@ -62,12 +62,12 @@
|
||||||
data-ng-repeat="bucket in balance.buckets">
|
data-ng-repeat="bucket in balance.buckets">
|
||||||
<md-toolbar>
|
<md-toolbar>
|
||||||
<h3>{{bucket.categories}}, total = {{bucket.total | number:2}} €</h3>
|
<h3>{{bucket.categories}}, total = {{bucket.total | number:2}} €</h3>
|
||||||
<md-slider discrete
|
<!-- <md-slider discrete
|
||||||
aria-label="score threshold"
|
aria-label="score threshold"
|
||||||
min="0" max="10" step="1"
|
min="0" max="10" step="1"
|
||||||
data-ng-model="bucket.score_threshold"
|
data-ng-model="bucket.score_threshold"
|
||||||
data-ng-change="select.score_higher_than( bucket, bucket.score_threshold ); filter_data()">
|
data-ng-change="select.score_higher_than( bucket, bucket.score_threshold ); filter_data()">
|
||||||
</md-slider>
|
</md-slider> -->
|
||||||
<select multiple
|
<select multiple
|
||||||
data-ng-model="bucket.accounts_selected"
|
data-ng-model="bucket.accounts_selected"
|
||||||
data-ng-options="account.account for account in bucket.raw_data | orderBy:'account'"
|
data-ng-options="account.account for account in bucket.raw_data | orderBy:'account'"
|
||||||
|
|
Loading…
Add table
Reference in a new issue