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 e20e31b commit e257577Copy full SHA for e257577
src/lib/radio/radio.spec.ts
@@ -618,7 +618,10 @@ class RadiosInsideRadioGroup {
618
<md-radio-button name="weather" value="cool">Autumn</md-radio-button>
619
620
<span id="xyz">Baby Banana</span>
621
- <md-radio-button name="fruit" value="banana" [aria-label]="ariaLabel" [aria-labelledby]="ariaLabelledby">
+ <md-radio-button name="fruit"
622
+ value="banana"
623
+ [aria-label]="ariaLabel"
624
+ [aria-labelledby]="ariaLabelledby">
625
</md-radio-button>
626
<md-radio-button name="fruit" value="raspberry">Raspberry</md-radio-button>
627
`
0 commit comments