(js) Fix loading of card from global addressbooks

This commit is contained in:
Francis Lachapelle
2016-06-06 10:32:45 -04:00
parent 5983c5cf4d
commit 2a053400d7
3 changed files with 3 additions and 1 deletions
@@ -30,7 +30,7 @@
vm.mode = { search: false, multiple: 0 };
function selectCard(card) {
$state.go('app.addressbook.card.view', {addressbookId: stateAddressbook.id, cardId: card.id});
$state.go('app.addressbook.card.view', {cardId: card.id});
}
function toggleCardSelection($event, card) {