Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit 701bf3a

Browse files
committed
Add ng-required to radio group
1 parent 62564af commit 701bf3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/directives/formly-field-radio.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
name="{{id}}"
1111
id="{{id + '_'+ $index}}"
1212
ng-value="option.value"
13+
ng-required="options.required"
1314
ng-model="$parent.value">
1415
{{option.name}}
1516
</label>

0 commit comments

Comments
 (0)