(js) Go to personal addressbook after deletion

pull/186/head
Francis Lachapelle 2016-01-15 10:24:26 -05:00
parent c7f1d8bb5e
commit 2ba3371ea2
1 changed files with 1 additions and 0 deletions

View File

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