diff options
Diffstat (limited to 'i18n/e2e/localeTest_zh.html')
| -rw-r--r-- | i18n/e2e/localeTest_zh.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/i18n/e2e/localeTest_zh.html b/i18n/e2e/localeTest_zh.html new file mode 100644 index 00000000..0b2b504d --- /dev/null +++ b/i18n/e2e/localeTest_zh.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_zh-cn.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> |
