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