From 9500f817d0118887eee326d1fe77548a755bdbb6 Mon Sep 17 00:00:00 2001 From: mhartington Date: Mon, 1 Feb 2016 14:42:49 -0500 Subject: [PATCH] docs(id): make Input private --- ionic/components/app/id.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ionic/components/app/id.ts b/ionic/components/app/id.ts index 07ae5eaa81..96273533c0 100644 --- a/ionic/components/app/id.ts +++ b/ionic/components/app/id.ts @@ -42,6 +42,9 @@ import {IonicApp} from './app'; export class IdRef { private _component: any; + /** + * @private + */ @Input() id: string; constructor(private _app: IonicApp, elementRef: ElementRef, appViewManager: AppViewManager) {