Improve public screen page
This commit is contained in:
parent
612c80366f
commit
11a3fc9a49
7 changed files with 220 additions and 99 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