diff options
| author | Misko Hevery | 2012-01-06 18:10:47 -0800 |
|---|---|---|
| committer | Misko Hevery | 2012-01-10 22:27:00 -0800 |
| commit | 5143e7bf065a3cbdf8400cf095b653d51bc83b8f (patch) | |
| tree | 980149c365d4cb5586d27975d26366a25ff7be6a /i18n/e2e/localeTest_cs.html | |
| parent | afd25446d23f24872eb20ac79c8fbd2cff203ef0 (diff) | |
| download | angular.js-5143e7bf065a3cbdf8400cf095b653d51bc83b8f.tar.bz2 | |
feat(module): new module loader
Diffstat (limited to 'i18n/e2e/localeTest_cs.html')
| -rw-r--r-- | i18n/e2e/localeTest_cs.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i18n/e2e/localeTest_cs.html b/i18n/e2e/localeTest_cs.html index 2d8845a2..0d26cc5d 100644 --- a/i18n/e2e/localeTest_cs.html +++ b/i18n/e2e/localeTest_cs.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_cs.js"></script> <script> function AppCntl(){ |
