From 5f9a465eb82da86cda2a2a18fa311ec7034e3041 Mon Sep 17 00:00:00 2001 From: Alexander Weidinger Date: Thu, 21 Sep 2017 15:34:34 +0200 Subject: Always refresh contactList. --- js/components/contactList/contactList_controller.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/js/components/contactList/contactList_controller.js b/js/components/contactList/contactList_controller.js index 8371872f..c633d9c3 100644 --- a/js/components/contactList/contactList_controller.js +++ b/js/components/contactList/contactList_controller.js @@ -72,9 +72,7 @@ angular.module('contactsApp') gid: t('contacts', 'All contacts') }); } - if(ev.contacts.length !== 0) { - ctrl.contactList = ev.contacts; - } + ctrl.contactList = ev.contacts; }); }); }); -- cgit v1.2.3