We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740381c commit 380b390Copy full SHA for 380b390
src/lib/tabs/tab-group.ts
@@ -79,7 +79,7 @@ export class MdTabGroup {
79
@Input()
80
headerPosition: MdTabHeaderPosition = 'above';
81
82
- /** Output to enable support for two-way binding on ([selectedIndex]) */
+ /** Output to enable support for two-way binding on `[(selectedIndex)]` */
83
@Output() get selectedIndexChange(): Observable<number> {
84
return this.selectChange.map(event => event.index);
85
}
0 commit comments