diff options
Diffstat (limited to 'i18n/e2e/localeTest_de.html')
| -rw-r--r-- | i18n/e2e/localeTest_de.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i18n/e2e/localeTest_de.html b/i18n/e2e/localeTest_de.html index 8618c44d..1873d535 100644 --- a/i18n/e2e/localeTest_de.html +++ b/i18n/e2e/localeTest_de.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_de.js"></script> <script> function AppCntl(){ |
