Improve public screen page
This commit is contained in:
parent
55f87f7a67
commit
ba88129580
7 changed files with 223 additions and 102 deletions
|
@ -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) {
|
||||
|
|
Reference in a new issue