Fix selected languages from preferences

This commit is contained in:
Gustavo Maximiliano Cortez 2016-02-29 12:01:34 -03:00
commit f28cbae100
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 2 additions and 1 deletions

View file

@ -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) {