From fc2ea2b33b4196e6ae5e15bc4ef9f2fe0d2ba4fc Mon Sep 17 00:00:00 2001 From: "LaptopVerdnatura\\Javi" Date: Fri, 9 Mar 2018 19:57:29 +0100 Subject: [PATCH] Quito sigle binding :: porque no ordenaba --- client/client/src/recovery-list/recovery-list.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/client/src/recovery-list/recovery-list.html b/client/client/src/recovery-list/recovery-list.html index 4c2eff922..b8d083e99 100644 --- a/client/client/src/recovery-list/recovery-list.html +++ b/client/client/src/recovery-list/recovery-list.html @@ -20,10 +20,10 @@ ng-if="!recovery.finished" ng-click="$ctrl.setFinished(recovery)">lock - {{::recovery.started | date:'dd/MM/yyyy' }} + {{recovery.started | date:'dd/MM/yyyy' }} {{recovery.finished | date:'dd/MM/yyyy' }} - {{::recovery.amount | currency:'€':0}} - {{::recovery.period}} + {{recovery.amount | currency:'€':0}} + {{recovery.period}} No results