Skip to content

Commit c895aba

Browse files
committed
change 'select' to 'selectChange'
1 parent 2753950 commit c895aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/list/list-option.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export class MdListOption implements AfterContentInit, OnDestroy, Focusable {
9898
onFocus = new EventEmitter<MdSelectionListOptionEvent>();
9999

100100
/** Emitted when the option is selected. */
101-
@Output() select = new EventEmitter<MdSelectionListOptionEvent>();
101+
@Output() selectChange = new EventEmitter<MdSelectionListOptionEvent>();
102102

103103
/** Emitted when the option is deselected. */
104104
@Output() deselected = new EventEmitter<MdSelectionListOptionEvent>();

0 commit comments

Comments
 (0)