Igor Zhukov
10 years ago
1 changed files with 1 additions and 1 deletions
@ -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…
Reference in new issue