1 <!-- this file contains sections included during build into html body of test and static html page" -->
3 <div class="container" ng-controller="settingsController">
5 <li ng-repeat="lang in langs">
6 <a id="a_lang_{{lang}}" ng-click="changeLanguage(lang)"><img ng-src="pict/{{lang}}.png" /></a>
11 <div id="content" class="container" ng-view>