fix signout
This commit is contained in:
parent
f208e1fc7b
commit
5fc4ab5101
3 changed files with 9 additions and 5 deletions
|
|
@ -18,7 +18,7 @@
|
|||
</figure>
|
||||
<div class="text-right" ng-show="$root.wallet">
|
||||
<div ng-if="$root.wallet.name">
|
||||
<h5>Wallet: escape({{$root.wallet.name}}) <{{$root.wallet.id}}></h5>
|
||||
<h5>Wallet: {{$root.wallet.name}} <{{$root.wallet.id}}></h5>
|
||||
<p>
|
||||
</div>
|
||||
<div ng-if="!$root.wallet.name && $root.wallet.id">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue