Skip to content

Commit 5a5c2ba

Browse files
committed
fix lint
1 parent 83772bb commit 5a5c2ba

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
@@ -608,7 +608,10 @@ class RadiosInsideRadioGroup {
608608
<md-radio-button name="weather" value="cool">Autumn</md-radio-button>
609609
610610
<span id="xyz">Baby Banana</span>
611-
<md-radio-button name="fruit" value="banana" [aria-label]="ariaLabel" [aria-labelledby]="ariaLabelledby">
611+
<md-radio-button name="fruit"
612+
value="banana"
613+
[aria-label]="ariaLabel"
614+
[aria-labelledby]="ariaLabelledby">
612615
</md-radio-button>
613616
<md-radio-button name="fruit" value="raspberry">Raspberry</md-radio-button>
614617
`

0 commit comments

Comments
 (0)