Fixes of display in seconds

This commit is contained in:
2016-02-15 18:37:56 +01:00
parent e9e1adf089
commit e5fa48e84a
2 changed files with 2 additions and 2 deletions

View File

@@ -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) {