We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be4f50 commit 440da13Copy full SHA for 440da13
index.html
@@ -273,6 +273,12 @@ <h1>Angular Validation.
273
<span id="checkBlur"></span>
274
</div>
275
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
+
282
<ul class="button-group">
283
<li><button class="button" ng-click="form5.submit(Form5)">Submit</button></li>
284
<li><button class="button alert" ng-click="form5.reset(Form5)">Reset</button></li>
0 commit comments