add execute directive flag
This commit is contained in:
parent
d56b22242b
commit
afb7386ec2
5 changed files with 6 additions and 4 deletions
|
|
@ -45,7 +45,7 @@
|
|||
<span class="badge badge-assertive" ng-show="content.notAvailable" translate>Not available</span>
|
||||
</div>
|
||||
|
||||
<wallets only-complete="true" network="{{network}}" min-balance="{{minBalance}}"></wallets>
|
||||
<wallets ng-if="hasWallet" only-complete="true" network="{{network}}" min-balance="{{minBalance}}"></wallets>
|
||||
|
||||
<div class="item item-icon-left item-icon-right" ng-click="showDescriptionPopup()">
|
||||
<span ng-show="!description">Add Description</span>
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
<span ng-show="generatingAddress">...</span>
|
||||
<span ng-show="!generatingAddress" copy-to-clipboard="addr">{{addr}}</span>
|
||||
</div>
|
||||
<wallets only-complete="true"></wallets>
|
||||
<wallets ng-if="hasWallet" only-complete="true"></wallets>
|
||||
</div>
|
||||
</ion-content>
|
||||
</ion-view>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue