aboutsummaryrefslogtreecommitdiffstats
path: root/i18n/e2e/localeTest_cs.html
blob: a2e1966ee8601b8a65e3fb53ac692e08a8c187b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>