Address book: + button
This commit is contained in:
parent
e5278df480
commit
f0b49fdcc8
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@
|
|||
<span translate>Address Book</span>
|
||||
</ion-nav-title>
|
||||
<ion-nav-buttons side="secondary">
|
||||
<button class="button button-back button-clear" ng-show="!isEmptyList" ui-sref="tabs.addressbook.add">
|
||||
<i class="icon ion-ios-plus-empty ng-hide"></i>
|
||||
<button class="button button-back button-clear ng-hide" ng-show="!isEmptyList" ui-sref="tabs.addressbook.add">
|
||||
<i class="icon ion-ios-plus-empty"></i>
|
||||
</button>
|
||||
</ion-nav-buttons>
|
||||
</ion-nav-bar>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue