Contacts - export addressBook

This commit is contained in:
Alexandre Cloutier
2014-10-15 14:37:15 -04:00
committed by Francis Lachapelle
parent 4e8d3ce900
commit 9b026ebbcd
2 changed files with 12 additions and 5 deletions

View File

@@ -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({