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