diff options
Diffstat (limited to 'i18n/e2e/localeTest_sk.html')
| -rw-r--r-- | i18n/e2e/localeTest_sk.html | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/i18n/e2e/localeTest_sk.html b/i18n/e2e/localeTest_sk.html index ab0bb2a5..18902ac0 100644 --- a/i18n/e2e/localeTest_sk.html +++ b/i18n/e2e/localeTest_sk.html @@ -1,9 +1,9 @@  <!document html> -<html> +<html ng-app>    <head>      <meta charset="utf-8">      <title>locale test</title> -    <script src="../../build/angular.js" ng:autobind></script> +    <script src="../../build/angular.js"></script>      <script src="../../build/i18n/angular-locale_sk-sk.js"></script>      <script>        function AppCntl(){  | 
