Fix preferencesLanguage
This commit is contained in:
parent
93e61b66df
commit
764caffd74
5 changed files with 10 additions and 7 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
angular.module('copayApp.controllers').controller('preferencesLanguageController',
|
||||
function($scope, $timeout, configService, applicationService) {
|
||||
this.defaultLanguage = configService.getSync().wallet.settings.defaultLanguage || 'en';
|
||||
|
||||
this.save = function(newLang) {
|
||||
var opts = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue