fix + symbol

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

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();