Fix selected languages from preferences
This commit is contained in:
parent
cb63fd8f87
commit
f28cbae100
2 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
ng-repeat="lang in prefLang.availableLanguages"
|
||||
ng-click="prefLang.save(lang.isoCode)" class="line-b p20 size-14">
|
||||
<span>{{lang.name}}</span>
|
||||
<i class="fi-check size-16 right" ng-show="index.defaultLanguageIsoCode == lang.isoCode"></i>
|
||||
<i class="fi-check size-16 right" ng-show="prefLang.currentLanguage == lang.isoCode"></i>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue