settings: fix references to alternativeName
This commit is contained in:
parent
7c582f4bd5
commit
09ec6f04bb
2 changed files with 3 additions and 2 deletions
|
|
@ -139,8 +139,8 @@ describe("Unit: Controllers", function() {
|
|||
scope = $rootScope.$new();
|
||||
scope.rateService = rateService;
|
||||
$rootScope.wallet = new FakeWallet(walletConfig);
|
||||
config.alternativeName = 'lol currency';
|
||||
config.alternativeIsoCode = 'LOL';
|
||||
$rootScope.wallet.settings.alternativeName = 'lol currency';
|
||||
$rootScope.wallet.settings.alternativeIsoCode = 'LOL';
|
||||
var element = angular.element(
|
||||
'<form name="form">' +
|
||||
'<input type="text" id="newaddress" name="newaddress" ng-disabled="loading" placeholder="Address" ng-model="newaddress" valid-address required>' +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue