aboutsummaryrefslogtreecommitdiffstats
path: root/i18n/e2e/localeTest_cs.html
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/e2e/localeTest_cs.html')
-rw-r--r--i18n/e2e/localeTest_cs.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/i18n/e2e/localeTest_cs.html b/i18n/e2e/localeTest_cs.html
new file mode 100644
index 00000000..d224642d
--- /dev/null
+++ b/i18n/e2e/localeTest_cs.html
@@ -0,0 +1,16 @@
+<!document html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>locale test</title>
+ <script src="../../build/angular.js" ng:autobind></script>
+ <script src="../../build/i18n/angular-locale_cs.js"></script>
+ </head>
+ <body>
+ <input type="text" name="input" value="234234443432"><br>
+ date: {{input | date:"medium"}}<br>
+ date: {{input | date:"longDate"}}<br>
+ number: {{input | number}}<br>
+ currency: {{input | currency }}
+ </body>
+</html>