Merge pull request #2611 from cmgustavo/bug/backHome-wallet-incomplete
Fix goHome from "add" if focused wallet is incomplete
This commit is contained in:
commit
993c263bff
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@
|
||||||
</a>
|
</a>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="right-small" ng-show="index.isComplete && !goBackToState">
|
<section class="right-small" ng-show="!goBackToState">
|
||||||
<a ng-show="!closeToHome" class="p10"
|
<a ng-show="!closeToHome && index.isComplete" class="p10"
|
||||||
ng-click="topbar.openScanner()"><i class="fi-camera size-24"></i></a>
|
ng-click="topbar.openScanner()"><i class="fi-camera size-24"></i></a>
|
||||||
<a ng-show="closeToHome"
|
<a ng-show="closeToHome"
|
||||||
ng-click="topbar.goHome(); closeToHome = null">
|
ng-click="topbar.goHome(); closeToHome = null">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue