docs(navbar): add doc for hideBackButton

This commit is contained in:
mhartington
2016-02-23 09:47:04 -05:00
parent 0cb080c924
commit d0a3872628

View File

@ -125,7 +125,7 @@ export class Navbar extends ToolbarBase {
private _bgRef: ElementRef;
/**
* @private
* @input {boolean} whether the back button should be shown or not
*/
@Input()
get hideBackButton(): boolean {