fix addressbook icon flicker when is empty
This commit is contained in:
parent
8c8411914d
commit
a161acaf23
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
</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"></i>
|
||||
<i class="icon ion-ios-plus-empty ng-hide"></i>
|
||||
</button>
|
||||
</ion-nav-buttons>
|
||||
</ion-nav-bar>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue