docs(input): make private

This commit is contained in:
mhartington
2016-02-01 15:25:24 -05:00
parent c56382925f
commit 68f78f1a6f

View File

@@ -156,6 +156,9 @@ export class TextArea extends InputBase {
super(config, form, item, app, platform, elementRef, scrollView, nav, ngControl);
}
/**
* @private
*/
ngOnInit() {
super.ngOnInit();
if (this._item) {