Fix translate option

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-22 18:41:30 -03:00
commit 140440b224
8 changed files with 62 additions and 47 deletions

View file

@ -115,6 +115,7 @@ angular.module('copayApp.services')
configService.get(function(err) {
if (err) return cb(err);
$rootScope.$emit('Local/DefaultLanguage');
root.setWalletClients();
storageService.getFocusedWalletId(function(err, focusedWalletId) {
if (err) return cb(err);