hide top-bar before wallet ready

This commit is contained in:
Gustavo Maximiliano Cortez 2014-07-24 09:50:42 -03:00
commit 44b364aa17

View file

@ -17,7 +17,7 @@
<div class="off-canvas-wrap">
<div class="inner-wrap">
<nav class="tab-bar" ng-class="{'hide-tab-bar' : !$root.wallet && !$root.wallet.isReady()}">
<nav class="tab-bar" ng-class="{'hide-tab-bar' : !$root.wallet || !$root.wallet.isReady()}">
<section class="left-small">
<a class="left-off-canvas-toggle menu-icon" ><span></span></a>
</section>