From 0ed640efc75987a8748d81e1b11334de99e11149 Mon Sep 17 00:00:00 2001 From: Mathieu Nayrolles Date: Thu, 3 Nov 2016 09:27:06 -0400 Subject: [PATCH] fix(dashboard): Only use k transform pipe for accuracy display --- src/app/app.module.ts | 2 -- src/pages/dashboard/dashboard.html | 2 +- src/share | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/app.module.ts b/src/app/app.module.ts index ff6f217..0b09354 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -25,7 +25,6 @@ import { ArethmeticSign, KFormatter, LeadingZero, - Decimal, TwAPIService, GAService, ClockComponent, @@ -53,7 +52,6 @@ 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 7bc31cc..3a61a14 100644 --- a/src/pages/dashboard/dashboard.html +++ b/src/pages/dashboard/dashboard.html @@ -59,7 +59,7 @@

{{ watch.name }}

- {{ watch.lastCompleteMeasure().accuracy | decimal | arethmeticSign | kFormatter}} + {{ watch.lastCompleteMeasure().accuracy | arethmeticSign | kFormatter}} {{'spd-short' | translate }} diff --git a/src/share b/src/share index c750044..4e53361 160000 --- a/src/share +++ b/src/share @@ -1 +1 @@ -Subproject commit c7500441690e155030ef66abd7ed3df0608427f1 +Subproject commit 4e53361ff739c38281a9ffee7a797cceaecbc46f