|
|
|
@ -8,8 +8,7 @@ |
|
|
|
$scope.lsRoster = localStorage.getObject($scope.lsJid + "_Roster") || {}; |
|
|
|
$scope.lsGroupState = "groupState" in $scope.lsRoster ? $scope.lsRoster.groupState : {}; |
|
|
|
|
|
|
|
//this.cache = localStorage.getObject($scope.lsJid + '_cache');
|
|
|
|
$scope.contacts = /*this.cache && ("Roster" in this.cache) && ("contactsList" in this.cache.Roster) ? localStorage.getObject($scope.lsJid + '_cache').Roster.contactsList : */[]; |
|
|
|
$scope.contacts = []; |
|
|
|
$scope.groups = []; |
|
|
|
|
|
|
|
/* Dictionaries */ |
|
|
|
|