docs(id): make Input private

This commit is contained in:
mhartington
2016-02-01 14:42:49 -05:00
parent 8fe145f065
commit 9500f817d0

View File

@@ -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) {