From abfaab8743feb6f8c23f87c406d5056f32ec3445 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 10 Jun 2018 14:22:43 +0200 Subject: [PATCH] Fix currency pipes. --- src/operations/operationRow.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/operations/operationRow.component.ts b/src/operations/operationRow.component.ts index 0d9db50..0766b21 100644 --- a/src/operations/operationRow.component.ts +++ b/src/operations/operationRow.component.ts @@ -27,11 +27,11 @@ import { OperationEditModalComponent } from './operationEditModal.component'; {{ operation.label }} -{{ operation.value | currency:'EUR':true }} +{{ operation.value | currency:'EUR':'symbol' }} - {{ operation.balance | currency:'EUR':true }} + {{ operation.balance | currency:'EUR':'symbol' }} {{ operation.category }}