From 015361d5c03738f1d42720d8fd09c1419e86a3c1 Mon Sep 17 00:00:00 2001 From: mhartington Date: Mon, 1 Feb 2016 22:46:11 -0500 Subject: [PATCH] docs(navbar): update docs --- ionic/components/navbar/navbar.ts | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/ionic/components/navbar/navbar.ts b/ionic/components/navbar/navbar.ts index 8a8bbe492c..ff7a097375 100644 --- a/ionic/components/navbar/navbar.ts +++ b/ionic/components/navbar/navbar.ts @@ -68,7 +68,7 @@ class ToolbarBackground { * ```html * * - * + * * @@ -78,7 +78,7 @@ class ToolbarBackground { * Page Title * * - * + * * @@ -117,6 +117,10 @@ export class Navbar extends ToolbarBase { private _bbRef: ElementRef; private _bbtRef: ElementRef; private _bgRef: ElementRef; + + /** + * @private + */ @Input() hideBackButton: any; constructor( @@ -144,6 +148,9 @@ export class Navbar extends ToolbarBase { } } + /** + * @private + */ setBackButtonText(text: string) { this._bbText = text; }