mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-18 19:48:53 +00:00
Contacts - export addressBook
This commit is contained in:
committed by
Francis Lachapelle
parent
4e8d3ce900
commit
9b026ebbcd
@@ -174,6 +174,10 @@
|
||||
});
|
||||
};
|
||||
$scope.importCards = function() {
|
||||
|
||||
};
|
||||
$scope.exportCards = function() {
|
||||
window.location.href = ApplicationBaseURL + "/" + $rootScope.addressbook.id + "/exportFolder";
|
||||
};
|
||||
$scope.share = function() {
|
||||
var modal = $modal.open({
|
||||
|
||||
Reference in New Issue
Block a user