Little fixes: html and templates config support.
This commit is contained in:
parent
8509820f00
commit
0010c0f688
4 changed files with 56 additions and 35 deletions
|
|
@ -14,10 +14,10 @@
|
|||
<div data-ng-init="init()" data-ng-controller="HeaderController">
|
||||
<div class="header">
|
||||
<div class="header-content">
|
||||
<div class="left large-3 columns">
|
||||
<div class="large-3 columns">
|
||||
<a href="#" class="logo" title="copay"></a>
|
||||
</div>
|
||||
<div class="right text-center large-9 columns m10t" ng-show="$root.wallet">
|
||||
<div class="text-center large-9 columns m10t" ng-show="$root.wallet">
|
||||
<h6 class="large-6 columns line-dashed-v">
|
||||
<span ng-if="!$root.wallet.name && $root.wallet.id">{{$root.wallet.id}}</span>
|
||||
<span ng-if="$root.wallet.name">Wallet: {{$root.wallet.name}} <{{$root.wallet.id}}></span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue