Fixes of display in seconds
This commit is contained in:
@@ -43,7 +43,7 @@ angular.module('satbd.satellite.bar.views.search',[
|
||||
};
|
||||
|
||||
$scope.inSecond= function(bleveValue) {
|
||||
return bleveValue / 1e6;
|
||||
return bleveValue / 1e9;
|
||||
}
|
||||
|
||||
$scope.trustedFragment = function(f) {
|
||||
|
||||
Reference in New Issue
Block a user