Skip to content

Commit 380b390

Browse files
jroodkara
authored andcommitted
docs(tabs): fixed tab group selectIndexChange description (#4105)
1 parent 740381c commit 380b390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/tabs/tab-group.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export class MdTabGroup {
7979
@Input()
8080
headerPosition: MdTabHeaderPosition = 'above';
8181

82-
/** Output to enable support for two-way binding on ([selectedIndex]) */
82+
/** Output to enable support for two-way binding on `[(selectedIndex)]` */
8383
@Output() get selectedIndexChange(): Observable<number> {
8484
return this.selectChange.map(event => event.index);
8585
}

0 commit comments

Comments
 (0)