Skip to content

Commit

Permalink
docs(tabs): use two-way binding syntax in API doc (#3885)
Browse files Browse the repository at this point in the history
  • Loading branch information
M-a-c authored and jelbourn committed Apr 5, 2017
1 parent 9361ced commit 4c407f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/tabs/tab-group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class MdTabGroup {
@Input()
headerPosition: MdTabHeaderPosition = 'above';

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

0 comments on commit 4c407f0

Please sign in to comment.