Fix operation order.
This commit is contained in:
parent
7fbb9d7bcd
commit
17d41d7f99
@ -41,7 +41,7 @@
|
||||
<tr id="{{ operation.id }}" class="form-inline"
|
||||
ng-class="{stroke: operation.canceled, italic: !operation.confirmed,
|
||||
warning: operation.sold < 0, danger: operation.sold < operationsCtrl.account.authorized_overdraft}"
|
||||
ng-repeat="operation in operationsCtrl.operations | orderBy:['-operation_date', '-value', 'label']">
|
||||
ng-repeat="operation in operationsCtrl.operations | orderBy:'+':true">
|
||||
<td>
|
||||
{{ operation.operation_date | date:"yyyy-MM-dd" }}
|
||||
</td>
|
||||
|
Loading…
Reference in New Issue
Block a user