Fix #186 - Hide contacts without filter
This commit is contained in:
parent
8a78e69487
commit
a586925769
@ -335,7 +335,7 @@ angular.module('myApp.controllers', [])
|
||||
return;
|
||||
}
|
||||
|
||||
if (!hasMore) {
|
||||
if (!hasMore && !$scope.search.query) {
|
||||
contactsShown = true;
|
||||
|
||||
AppUsersManager.getContacts($scope.search.query).then(function (contactsList) {
|
||||
|
Loading…
Reference in New Issue
Block a user