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

View File

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

View File

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