Skip to content

Commit e257577

Browse files
committed
fix lint
1 parent e20e31b commit e257577

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
@@ -618,7 +618,10 @@ class RadiosInsideRadioGroup {
618618
<md-radio-button name="weather" value="cool">Autumn</md-radio-button>
619619
620620
<span id="xyz">Baby Banana</span>
621-
<md-radio-button name="fruit" value="banana" [aria-label]="ariaLabel" [aria-labelledby]="ariaLabelledby">
621+
<md-radio-button name="fruit"
622+
value="banana"
623+
[aria-label]="ariaLabel"
624+
[aria-labelledby]="ariaLabelledby">
622625
</md-radio-button>
623626
<md-radio-button name="fruit" value="raspberry">Raspberry</md-radio-button>
624627
`

0 commit comments

Comments
 (0)