diff --git a/UI/WebServerResources/js/Contacts/AddressBooksController.js b/UI/WebServerResources/js/Contacts/AddressBooksController.js index 85819d5d7..ad2a5b22f 100644 --- a/UI/WebServerResources/js/Contacts/AddressBooksController.js +++ b/UI/WebServerResources/js/Contacts/AddressBooksController.js @@ -103,6 +103,7 @@ }) .then(function() { vm.service.selectedFolder = null; + $state.go('app.addressbook', { addressbookId: 'personal' }); return true; }) .catch(function(response) {