Always refresh contactList.

This commit is contained in:
Alexander Weidinger 2017-09-21 15:34:34 +02:00
parent f271d147d0
commit 5f9a465eb8
1 changed files with 1 additions and 3 deletions

View File

@ -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;
});
});
});