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