isolated scope - wallets filtered from controller
This commit is contained in:
parent
afb7386ec2
commit
19419526e4
6 changed files with 55 additions and 67 deletions
|
|
@ -42,10 +42,10 @@
|
|||
<div class="item item-icon-left">
|
||||
<i class="icon ion-briefcase size-21"></i>
|
||||
<label translate>From</label>
|
||||
<span class="badge badge-assertive" ng-show="content.notAvailable" translate>Not available</span>
|
||||
<span class="badge badge-assertive" ng-show="notAvailable" translate>Not available</span>
|
||||
</div>
|
||||
|
||||
<wallets ng-if="hasWallet" only-complete="true" network="{{network}}" min-balance="{{minBalance}}"></wallets>
|
||||
<wallets ng-if="wallets[0]" wallets="wallets"></wallets>
|
||||
|
||||
<div class="item item-icon-left item-icon-right" ng-click="showDescriptionPopup()">
|
||||
<span ng-show="!description">Add Description</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue