diff --git a/src/lib/input/autosize.ts b/src/lib/input/autosize.ts index 9a6177b22c2f..e2b7474e5099 100644 --- a/src/lib/input/autosize.ts +++ b/src/lib/input/autosize.ts @@ -47,7 +47,7 @@ export class MdTextareaAutosize implements AfterViewInit { this._setMaxHeight(); } - @Input('matAutosizeMaxRows') + @Input('matAutosizeMinRows') get _matAutosizeMinRows() { return this.minRows; } set _matAutosizeMinRows(v) { this.minRows = v; }