Skip to content

Commit 60bf543

Browse files
committed
fix lint
1 parent 8027d0c commit 60bf543

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/lib/radio/radio.spec.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,10 @@ class RadiosInsideRadioGroup {
622622
<md-radio-button name="weather" value="cool">Autumn</md-radio-button>
623623
624624
<span id="xyz">Baby Banana</span>
625-
<md-radio-button name="fruit" value="banana" [aria-label]="ariaLabel" [aria-labelledby]="ariaLabelledby">
625+
<md-radio-button name="fruit"
626+
value="banana"
627+
[aria-label]="ariaLabel"
628+
[aria-labelledby]="ariaLabelledby">
626629
</md-radio-button>
627630
<md-radio-button name="fruit" value="raspberry">Raspberry</md-radio-button>
628631
`

0 commit comments

Comments
 (0)