From 68f78f1a6f5232d185cd5ccf2b68581b19eb5726 Mon Sep 17 00:00:00 2001 From: mhartington Date: Mon, 1 Feb 2016 15:25:24 -0500 Subject: [PATCH] docs(input): make private --- ionic/components/input/input.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ionic/components/input/input.ts b/ionic/components/input/input.ts index 21377a0c39..c84c2d2634 100644 --- a/ionic/components/input/input.ts +++ b/ionic/components/input/input.ts @@ -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) {