aboutsummaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/widgets.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/example/widgets.html b/example/widgets.html
index ced5ffd6..8299d4b6 100644
--- a/example/widgets.html
+++ b/example/widgets.html
@@ -11,7 +11,9 @@
</script>
</head>
<body>
- <input name="form.list" ng-format="list" />
+ <input name="form.required" ng-required/>
+ <hr/>
+ <input name="form.list" ng-format="list" ng-required/>
<input name="form.list" ng-format="list" />
<hr/>
<input type="checkbox" name="form.boolean" ng-format="boolean" value="true" checked="checked" />