From 850f033b63f781cd159b8c377a3f964cd7337199 Mon Sep 17 00:00:00 2001 From: Joan Date: Thu, 3 May 2018 13:28:46 +0200 Subject: [PATCH] Recovery list added new pagination component --- client/client/src/recovery-list/recovery-list.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/client/client/src/recovery-list/recovery-list.html b/client/client/src/recovery-list/recovery-list.html index 86609e573..24f9ec2a3 100644 --- a/client/client/src/recovery-list/recovery-list.html +++ b/client/client/src/recovery-list/recovery-list.html @@ -13,22 +13,22 @@ + ng-repeat="recovery in $ctrl.instances track by $index"> - 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 - +