Browse Source

Improved lang footer

master
Igor Zhukov 10 years ago
parent
commit
cb80dea568
  1. 2
      app/partials/desktop/lang_footer.html

2
app/partials/desktop/lang_footer.html

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
<div class="footer_wrap" ng-controller="AppLangFooterController">
<span ng-repeat="locale in supportedLocales">
<span ng-repeat="locale in ::supportedLocales">
<a class="footer_lang_link" ng-class="{active: curLocale == locale, disabled: curLocale == locale}" ng-disabled="curLocale == locale" ng-click="localeSelect(locale)" ng-bind="langNames[locale]"></a>
<span ng-if="!$last" class="footer_link_divider"></span>
</span>

Loading…
Cancel
Save