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 83772bb commit 5a5c2baCopy full SHA for 5a5c2ba
src/lib/radio/radio.spec.ts
@@ -608,7 +608,10 @@ class RadiosInsideRadioGroup {
608
<md-radio-button name="weather" value="cool">Autumn</md-radio-button>
609
610
<span id="xyz">Baby Banana</span>
611
- <md-radio-button name="fruit" value="banana" [aria-label]="ariaLabel" [aria-labelledby]="ariaLabelledby">
+ <md-radio-button name="fruit"
612
+ value="banana"
613
+ [aria-label]="ariaLabel"
614
+ [aria-labelledby]="ariaLabelledby">
615
</md-radio-button>
616
<md-radio-button name="fruit" value="raspberry">Raspberry</md-radio-button>
617
`
0 commit comments