From 8d9572686181b5e3668ddbb57b2f50b73ed647ec Mon Sep 17 00:00:00 2001 From: Mathieu Nayrolles Date: Thu, 3 Nov 2016 08:52:20 -0400 Subject: [PATCH] fix(dashboard): Remove decimals of number of 100 Contributes to #69 --- src/app/app.module.ts | 2 ++ src/pages/dashboard/dashboard.html | 2 +- src/share | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 0b09354..ff6f217 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -25,6 +25,7 @@ import { ArethmeticSign, KFormatter, LeadingZero, + Decimal, TwAPIService, GAService, ClockComponent, @@ -52,6 +53,7 @@ import { TranslateModule, TranslateStaticLoader, TranslateLoader } from 'ng2-tra ArethmeticSign, KFormatter, LeadingZero, + Decimal, ClockComponent, MoonPhasesComponent, LoginComponent, diff --git a/src/pages/dashboard/dashboard.html b/src/pages/dashboard/dashboard.html index 069f275..7bc31cc 100644 --- a/src/pages/dashboard/dashboard.html +++ b/src/pages/dashboard/dashboard.html @@ -59,7 +59,7 @@

{{ watch.name }}

- {{ watch.lastCompleteMeasure().accuracy | arethmeticSign | kFormatter}} + {{ watch.lastCompleteMeasure().accuracy | decimal | arethmeticSign | kFormatter}} {{'spd-short' | translate }} diff --git a/src/share b/src/share index 43188d4..3d54977 160000 --- a/src/share +++ b/src/share @@ -1 +1 @@ -Subproject commit 43188d465cfdeb391e0358889a444c351bf45bc8 +Subproject commit 3d5497792ae78bf68aa3a2855c920a277d939a9a