diff options
Diffstat (limited to 'i18n/e2e/localeTest_en.html')
| -rw-r--r-- | i18n/e2e/localeTest_en.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/i18n/e2e/localeTest_en.html b/i18n/e2e/localeTest_en.html new file mode 100644 index 00000000..1fe867fc --- /dev/null +++ b/i18n/e2e/localeTest_en.html @@ -0,0 +1,18 @@ +<!document html> +<html> + <head> + <meta charset="utf-8"> + <title>locale test</title> + <script src="../../build/angular.js" ng:autobind></script> + <!-- not needed, already bundled in angular.js + <script src="../../build/i18n/angular-locale_en.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> |
