(fix) Creation of card/list in Contacts module

This commit is contained in:
Francis Lachapelle
2015-07-15 15:18:23 -04:00
parent 730b803ad6
commit 25f364991e
2 changed files with 6 additions and 6 deletions
+1
View File
@@ -127,6 +127,7 @@
function stateNewCard($stateParams, stateAddressbook, Card) {
var tag = 'v' + $stateParams.contactType,
card = new Card({ pid: $stateParams.addressbookId, tag: tag });
stateAddressbook.selectedCard = true;
return card;
}