Add action "create new contact" to button

pull/91/head
iRouge 2015-02-27 16:37:20 -05:00 committed by Francis Lachapelle
parent dcfa43ab28
commit 2d2edabb18
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@
ng-model="search.filter">
<md-option value="all">ALL</md-option>
</md-select>
<span class="md-icon-create"><!-- icon --></span>
<md-button class="icon" data-ui-sref="addressbook.new({addressbookId: addressbook.id, contactType: 'card'})"><i class="md-icon-create"><!--icon--></i></md-button>
</div>
</div>
<div class="spacer cols-8"><!-- spacer --></div>