Skip to content

Commit 4c407f0

Browse files
M-a-cjelbourn
authored andcommitted
docs(tabs): use two-way binding syntax in API doc (#3885)
1 parent 9361ced commit 4c407f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/tabs/tab-group.ts

+1-1
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)