Fix #186 - Hide contacts without filter

This commit is contained in:
Igor Zhukov 2014-04-11 08:12:15 -04:00
parent 8a78e69487
commit a586925769

View File

@ -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) {