Fixed search in modal

This commit is contained in:
Igor Zhukov 2014-06-21 02:14:51 +04:00
parent adae2b372d
commit c482dc7b3b

View File

@ -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,