ng-hide in wallet home html

This commit is contained in:
Gabriel Bazán 2016-02-03 09:52:48 -03:00
commit c5327e065e
2 changed files with 3 additions and 3 deletions

View file

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