Date is visible always
gitea/salix/test This commit looks good Details

This commit is contained in:
Gerard 2019-04-01 08:42:19 +02:00
parent 2c22ee9c2e
commit 034bd77d52
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
<vn-table model="model">
<vn-thead>
<vn-tr>
<vn-th>Date</vn-th>
<vn-th expand>Date</vn-th>
<vn-th number order="DESC">Ticket/Entry</vn-th>
<vn-th>State</vn-th>
<vn-th>Reference</vn-th>
@ -40,7 +40,7 @@
ng-repeat="sale in sales"
vn-repeat-last
on-last="$ctrl.scrollToLine()">
<vn-td>
<vn-td expand>
<span class="chip"
ng-class="::{warning: $ctrl.isToday(sale.date)}">
{{::sale.date | dateTime:'dd/MM/yyyy' }}