Fixed search in modal
This commit is contained in:
parent
adae2b372d
commit
c482dc7b3b
@ -342,6 +342,9 @@ angular.module('myApp.controllers', [])
|
||||
$scope.dialogs = [];
|
||||
$scope.contacts = [];
|
||||
$scope.contactsLoaded = false;
|
||||
if ($scope.search === undefined) {
|
||||
$scope.search = {};
|
||||
}
|
||||
$scope.phonebookAvailable = PhonebookContactsService.isAvailable();
|
||||
|
||||
var offset = 0,
|
||||
|
Loading…
Reference in New Issue
Block a user