top-bar with dynamic title

This commit is contained in:
Gustavo Maximiliano Cortez 2014-10-27 16:13:06 -03:00
commit 096a5d0290
25 changed files with 184 additions and 80 deletions

View file

@ -28,7 +28,7 @@
<div class="off-canvas-wrap">
<div class="inner-wrap">
<span class="status" ng-if="$root.reconnecting">
<i class="fi-loop icon-rotate m10r"></i>
<i class="fi-loop icon-rotate"></i>
<span translate> Network Error. Attempting to reconnect...</span>
</span>
<nav class="tab-bar" ng-if="$root.wallet &&
@ -65,6 +65,12 @@
class="sidebar"
ng-if="$root.iden"></div>
<div
ng-controller="HeadController"
class="head show-for-large-up"
ng-include="'views/includes/head.html'"
ng-if="$root.iden"></div>
<section ng-class="{'main' : $root.iden && $root.iden.listWallets().length>=0}" ng-view></section>
<a class="exit-off-canvas"></a>