Skip to content

Commit 440da13

Browse files
committed
Add radio example
1 parent 2be4f50 commit 440da13

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,12 @@ <h1>Angular Validation.
273273
<span id="checkBlur"></span>
274274
</div>
275275

276+
<label>Radio</label>
277+
<div class="large-12 columns">
278+
<input id="radio1" type="radio" name="radioBlur" ng-model="form5.radio" validator="required" message-id="checkRadio" value="1"/><label for="radio1">Radio 1</label>
279+
<span id="checkRadio"></span>
280+
</div>
281+
276282
<ul class="button-group">
277283
<li><button class="button" ng-click="form5.submit(Form5)">Submit</button></li>
278284
<li><button class="button alert" ng-click="form5.reset(Form5)">Reset</button></li>

0 commit comments

Comments
 (0)