New bottom bar menu for small devices

This commit is contained in:
Gustavo Maximiliano Cortez 2014-11-22 17:34:28 -03:00
commit e1fd75b262
4 changed files with 48 additions and 15 deletions

View file

@ -85,6 +85,11 @@
<section ng-class="{'main':$root.iden && !$root.starting}" ng-view></section>
<div class="bottom-bar" ng-if="$root.wallet &&
$root.wallet.isReady() && !$root.wallet.isLocked">
<div ng-include="'views/includes/bottombar-mobile.html'"></div>
</div>
<a class="exit-off-canvas"></a>
</div>