(fix) XSRF supprot for all contact operations

This commit is contained in:
Ludovic Marcotte
2016-05-04 14:15:18 -04:00
parent d4fc1775b2
commit 5f2a862bc8
8 changed files with 37 additions and 22 deletions

View File

@@ -19,7 +19,6 @@
vm.save = save;
vm.confirmDelete = confirmDelete;
vm.importCards = importCards;
vm.exportCards = exportCards;
vm.showLinks = showLinks;
vm.showProperties = showProperties;
vm.share = share;
@@ -203,10 +202,6 @@
}
}
function exportCards() {
$window.location.href = ApplicationBaseURL + '/' + vm.service.selectedFolder.id + '/exportFolder';
}
function showLinks(addressbook) {
$mdDialog.show({
parent: angular.element(document.body),