aboutsummaryrefslogtreecommitdiffstats
path: root/i18n/e2e/localeTest_de.html
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/e2e/localeTest_de.html')
-rw-r--r--i18n/e2e/localeTest_de.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/i18n/e2e/localeTest_de.html b/i18n/e2e/localeTest_de.html
index 1873d535..ce7bce23 100644
--- a/i18n/e2e/localeTest_de.html
+++ b/i18n/e2e/localeTest_de.html
@@ -6,13 +6,13 @@
<script src="../../build/angular.js"></script>
<script src="../../build/i18n/angular-locale_de.js"></script>
<script>
- function AppCntl(){
- this.input = 234234443432;
+ function AppCntl($scope){
+ $scope.input = 234234443432;
}
</script>
</head>
- <body ng:controller="AppCntl">
- <input type="text" ng:model="input"><br>
+ <body ng-controller="AppCntl">
+ <input type="text" ng-model="input"><br>
date: {{input | date:"medium"}}<br>
date: {{input | date:"longDate"}}<br>
number: {{input | number}}<br>