Skip to content

Commit 1ca794f

Browse files
committed
fix lint
1 parent fbcf612 commit 1ca794f

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

0 commit comments

Comments
 (0)