(fix) Save card in Contacts module

This commit is contained in:
Francis Lachapelle
2015-06-12 11:47:50 -04:00
parent 0f1b0bfbbe
commit d77f75da49
3 changed files with 16 additions and 19 deletions
@@ -22,7 +22,7 @@
</h6>
</div>
<div class="sg-icon-bar--vertical">
<md-button class="iconButton" aria-label="Edit" ng-show="addressbook.isEditable" ui-sref="app.addressbook.card.editor({addressbookId: addressbook.id, cardId: card.id})">
<md-button class="iconButton" aria-label="Edit" ng-show="currentFolder.isEditable" ui-sref="app.addressbook.card.editor({addressbookId: currentFolder.id, cardId: card.id})">
<i class="md-icon-create"><!-- edit --></i>
</md-button>
<md-button class="iconButton" aria-label="Delete" ng-click="confirmDelete(card)">
@@ -56,7 +56,7 @@
</div>
<div class="md-list-item-text">
<h3><a ui-sref="addressbook.card.view({addressbookId:
addressbook.id, cardId:
currentFolder.id, cardId:
ref.reference})">
{{ ref.$fullname() }}
</a>