We can now show links to the address book

This commit is contained in:
Ludovic Marcotte
2014-11-25 09:36:24 -05:00
committed by Francis Lachapelle
parent f2efd3fb49
commit 7e11806bf9
5 changed files with 96 additions and 9 deletions

View File

@@ -139,6 +139,9 @@
}
});
};
$scope.currentFolderIsConfigurable = function(folder) {
return ($scope.addressbook.id == folder.id && !folder.isRemote);
};
$scope.edit = function(i) {
if (!$rootScope.addressbook.isRemote) {
if (angular.isUndefined(i)) {