Fix preferencesLanguage
This commit is contained in:
parent
93e61b66df
commit
764caffd74
5 changed files with 10 additions and 7 deletions
|
|
@ -42,9 +42,6 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
isoCode: 'ja',
|
||||
}];
|
||||
|
||||
self.defaultLanguage = configService.getSync().wallet.settings.defaultLanguage || 'en';
|
||||
self.defaultLanguageName = lodash.result(lodash.find(this.availableLanguages, { 'isoCode': self.defaultLanguage }), 'name');
|
||||
|
||||
self.setOngoingProcess = function(processName, isOn) {
|
||||
$log.debug('onGoingProcess', processName, isOn);
|
||||
self[processName] = isOn;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue