Merge pull request #2931 from matiu/bug/send-to-wallet

hide sent-to-wallet if not other wallets
This commit is contained in:
Gustavo Maximiliano Cortez 2015-06-29 14:30:39 -03:00
commit e36e830f8f

View file

@ -342,7 +342,7 @@
<div class="input">
<input type="text" id="address" name="address" ng-disabled="home.blockUx || home.lockAddress" ng-attr-placeholder="{{'Bitcoin address'|translate}}" ng-model="_address" valid-address required ng-focus="home.formFocus('address')" ng-blur="home.formFocus(false)">
<a class="postfix size-12 m0 text-gray" ng-click="openWalletsModal(index.otherWallets)" ng-if="index.otherWallets">
<a class="postfix size-12 m0 text-gray" ng-click="openWalletsModal(index.otherWallets)" ng-if="index.otherWallets && index.otherWallets.length>0">
<i class="icon-wallet size-18"></i>
</a>
</div>