Fixed ui routing for card editor

pull/91/head
Ludovic Marcotte 2015-04-24 19:44:34 -04:00 committed by Francis Lachapelle
parent 91c92e3a11
commit 0f1b0bfbbe
1 changed files with 1 additions and 1 deletions

View File

@ -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="addressbook.card.editor({addressbookId: addressbook.id, cardId: card.id})">
<md-button class="iconButton" aria-label="Edit" ng-show="addressbook.isEditable" ui-sref="app.addressbook.card.editor({addressbookId: addressbook.id, cardId: card.id})">
<i class="md-icon-create"><!-- edit --></i>
</md-button>
<md-button class="iconButton" aria-label="Delete" ng-click="confirmDelete(card)">