aboutsummaryrefslogtreecommitdiffstats
path: root/scenario/widgets.html
diff options
context:
space:
mode:
Diffstat (limited to 'scenario/widgets.html')
-rw-r--r--scenario/widgets.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/scenario/widgets.html b/scenario/widgets.html
index ab27e490..b83670b8 100644
--- a/scenario/widgets.html
+++ b/scenario/widgets.html
@@ -15,7 +15,7 @@
<tr><th colspan="3">Input text field</th></tr>
<tr>
<td>basic</td>
- <td><input type="text" name="text.basic" ng-required /></td>
+ <td><input type="text" name="text.basic" ng-required ng-validate="number" ng-format="number"/></td>
<td>text.basic={{text.basic}}</td>
</tr>
<tr>