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 a401865 commit 2b0574fCopy full SHA for 2b0574f
src/app/radio/radio.sample.html
@@ -30,7 +30,7 @@ <h4 class="sample-title">Radio group in template-driven form</h4>
30
</div>
31
<div>
32
<label for="radioGroupSeasons">Favorite season </label>
33
- <igx-- id="radioGroupSeasons" name="radioGroupSeasons" labelPosition="before" [(ngModel)]="personBob.favoriteSeason">
+ <igx-radio-group id="radioGroupSeasons" name="radioGroupSeasons" labelPosition="before" [(ngModel)]="personBob.favoriteSeason">
34
<igx-radio class="radio-sample" *ngFor="let item of seasons" value="{{item}}">
35
{{item}}
36
</igx-radio>
0 commit comments