use scope only - preferences (advanced)
This commit is contained in:
parent
fb56ad7505
commit
9163127dca
22 changed files with 238 additions and 305 deletions
|
|
@ -4,7 +4,7 @@
|
|||
ng-init="titleSection='Wallet Information'; goBackToState = 'preferencesAdvanced'">
|
||||
</div>
|
||||
|
||||
<div class="content preferences" ng-controller="preferencesInformation as info" ng-init="info.init()">
|
||||
<div class="content preferences" ng-controller="preferencesInformation" ng-init="init()">
|
||||
<h4 class="title m0" translate>Wallet Information</h4>
|
||||
|
||||
<ul class="no-bullet m0 size-14">
|
||||
|
|
@ -15,8 +15,6 @@
|
|||
</span>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="line-b p20 oh">
|
||||
<span translate>Wallet Name (at creation)</span>
|
||||
<span class="right text-gray">
|
||||
|
|
@ -24,7 +22,6 @@
|
|||
</span>
|
||||
</li>
|
||||
|
||||
|
||||
<li class="line-b p20 oh">
|
||||
<span translate>Wallet Id</span>
|
||||
<span class="right text-gray enable_text_select">
|
||||
|
|
@ -39,8 +36,6 @@
|
|||
</span>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="line-b p20 oh">
|
||||
<span translate>Wallet Network</span>
|
||||
<span class="right text-gray">
|
||||
|
|
@ -48,7 +43,6 @@
|
|||
</span>
|
||||
</li>
|
||||
|
||||
|
||||
<li class="line-b p20 oh">
|
||||
<span translate>Address Type</span>
|
||||
<span class="right text-gray">
|
||||
|
|
@ -56,7 +50,6 @@
|
|||
</span>
|
||||
</li>
|
||||
|
||||
|
||||
<li class="line-b p20 oh">
|
||||
<span translate>Derivation Strategy</span>
|
||||
<span class="right text-gray">
|
||||
|
|
@ -85,9 +78,7 @@
|
|||
</span>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<h4 class="title m0" translate>Copayers</h4>
|
||||
<h4 class="title m0" translate>Copayers</h4>
|
||||
<li ng-repeat="copayer in index.copayers">
|
||||
<span class="size-12" ng-show="copayer.id == index.copayerId">
|
||||
<i class="icon-contact size-24 m10r"></i> {{copayer.name}} ({{'Me'|translate}}) <i class="fi-check m5 right"></i>
|
||||
|
|
@ -97,7 +88,7 @@
|
|||
</span>
|
||||
</li>
|
||||
|
||||
<h4 class="title m0" translate>Extended Public Keys</h4>
|
||||
<h4 class="title m0" translate>Extended Public Keys</h4>
|
||||
<li ng-repeat="pk in pubKeys">
|
||||
<div class="row collapse">
|
||||
<div class="small-4 columns">Copayer {{$index}}</div>
|
||||
|
|
@ -131,7 +122,7 @@
|
|||
<li ng-style="{'color':index.backgroundColor}" href ui-sref="walletHome" ng-click="index.retryScan()" translate>
|
||||
Scan addresses for funds
|
||||
</li>
|
||||
<li ng-style="{'color':index.backgroundColor}" ng-show="index.isCordova" ng-click="info.sendAddrs()" translate>
|
||||
<li ng-style="{'color':index.backgroundColor}" ng-show="index.isCordova" ng-click="sendAddrs()" translate>
|
||||
Send addresses by email
|
||||
</li>
|
||||
</ul>
|
||||
|
|
@ -151,8 +142,6 @@
|
|||
</div>
|
||||
</ul>
|
||||
|
||||
|
||||
<h4></h4>
|
||||
|
||||
<div class="extra-margin-bottom"></div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue