Fix cell templates

This commit is contained in:
Frédéric Vachon 2015-01-27 17:27:53 -05:00
parent 614ea2aa0f
commit aea4681fa5
2 changed files with 2 additions and 6 deletions
app/table
cell_duration
cell_last_check

@ -1,3 +1 @@
<div ng-controller="CellDurationCtrl">
<div>{{field1 | timeElapsed}}</div>
</div>
<div>{{entry.last_state_change | timeElapsed}}</div>

@ -1,3 +1 @@
<div ng-controller="CellLastCheckCtrl">
<div>{{field1 * 1000 | date: medium}}</div>
</div>
<div>{{entry.last_check * 1000 | date: medium}}</div>