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