add execute directive flag

This commit is contained in:
Javier 2016-08-24 17:34:08 -03:00
commit afb7386ec2
5 changed files with 6 additions and 4 deletions

View file

@ -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>