(js) Go to personal addressbook after deletion

This commit is contained in:
Francis Lachapelle 2016-01-15 10:24:26 -05:00
parent c7f1d8bb5e
commit 2ba3371ea2

View file

@ -103,6 +103,7 @@
})
.then(function() {
vm.service.selectedFolder = null;
$state.go('app.addressbook', { addressbookId: 'personal' });
return true;
})
.catch(function(response) {