fix + symbol

This commit is contained in:
Javier 2015-10-15 17:47:22 -03:00
parent b2e92b9424
commit bd53b9dde5
2 changed files with 9 additions and 2 deletions

View File

@ -131,6 +131,13 @@
<switch id="seed" name="setSeed" ng-model="setSeed" class="green right m5t m10b"></switch>
</label>
<label for="bws" class="oh">
<span translate>Specify Bitcore Wallet Service
<i class="icon-arrow-right3 size-24 right"></i>
</span>
</label>
<label for="createPassphrase" class="line-b oh" ng-hide="setSeed || hwLedger || hwTrezor" ><span translate>Add a Seed Passphrase</span> <small translate>Add an optional passphrase to secure the seed</small>
<div class="input">
<input type="text" class="form-control"

View File

@ -5,8 +5,8 @@ angular.module('copayApp.controllers').controller('preferencesBwsUrlController',
this.error = null;
this.success = null;
var fc = profileService.focusedClient; +
var walletId = fc.credentials.walletId; +
var fc = profileService.focusedClient;
var walletId = fc.credentials.walletId;
var defaults = configService.getDefaults();
var config = configService.getSync();