Fix selected languages from preferences
This commit is contained in:
parent
cb63fd8f87
commit
f28cbae100
2 changed files with 2 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ angular.module('copayApp.controllers').controller('preferencesLanguageController
|
|||
function($scope, $log, $timeout, configService, uxLanguage, go) {
|
||||
|
||||
this.availableLanguages = uxLanguage.getLanguages();
|
||||
this.currentLanguage = uxLanguage.getCurrentLanguage();
|
||||
|
||||
this.save = function(newLang) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue