We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9361ced commit 4c407f0Copy full SHA for 4c407f0
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