Skip to content

Commit f702a1e

Browse files
authored
chore: fix invalid param for chip-list (#2327)
1 parent 3d550d0 commit f702a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/chips/chip-list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import {SPACE} from '../core/keyboard/keycodes';
3737
'class': 'md-chip-list',
3838

3939
// Events
40-
'(focus)': 'focus($event)',
40+
'(focus)': 'focus()',
4141
'(keydown)': '_keydown($event)'
4242
},
4343
queries: {

0 commit comments

Comments
 (0)