Improve public screen page

This commit is contained in:
nemunaire 2017-12-17 20:44:23 +01:00
parent 55f87f7a67
commit ba88129580
7 changed files with 223 additions and 102 deletions

View file

@ -29,6 +29,7 @@ angular.module("FICApp")
})
.filter("time", function() {
return function(input) {
input = Math.floor(input);
if (input == undefined) {
return "--";
} else if (input >= 10) {