Merge pull request #219 from gabrielbazan7/fix/condition

fix condition when there is not wallet created
This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-29 19:06:00 -03:00 committed by GitHub
commit 152660d6b3
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@
</div>
<div class="list card"
ng-if="(!externalServices.AmazonGiftCards || !externalServices.BitpayCard || !externalServices.BuyAndSell || !wallets[0]) && nextStepEnabled">
ng-if="externalServices.AmazonGiftCards || externalServices.BitpayCard || externalServices.BuyAndSell || !wallets[0] || nextStepEnabled">
<div class="item item-icon-right item-heading" ng-click="shouldHideNextSteps()" translate>
Next steps
<i class="icon nav-item-arrow-down" ng-if="!hideNextSteps"></i>