New bottom bar menu for small devices
This commit is contained in:
parent
2a9ccd53f4
commit
e1fd75b262
4 changed files with 48 additions and 15 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue