Hide menu if no wallet seletect. Also fix history js error

This commit is contained in:
Gustavo Maximiliano Cortez 2016-04-11 11:53:23 -03:00
commit eeac37512c
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 3 additions and 3 deletions

View file

@ -523,4 +523,4 @@
</div>
</div>
<div class="extra-margin-bottom"></div>
<div ng-hide="$root.shouldHideMenuBar" ng-include="'views/includes/menu.html'" ng-show="!index.noFocusedWallet"></div>
<div ng-include="'views/includes/menu.html'" ng-show="!index.noFocusedWallet && !$root.shouldHideMenuBar"></div>