From fadfb3734ca80531060e69512551838f9fe81df2 Mon Sep 17 00:00:00 2001 From: AndreasGassmann Date: Tue, 17 Jan 2017 02:05:21 +0100 Subject: [PATCH] docs(tabs): fix description of tabsHideOnSubPages Closes #10061 --- src/components/tabs/tab.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/tabs/tab.ts b/src/components/tabs/tab.ts index cf0a6f17dd..30397b4545 100644 --- a/src/components/tabs/tab.ts +++ b/src/components/tabs/tab.ts @@ -246,7 +246,7 @@ export class Tab extends NavControllerBase { } /** - * @input {boolean} Whether it's possible to swipe-to-go-back on this tab or not. + * @input {boolean} Whether to hide the tabs on child pages or not. If `true` it will not show the tabs on child pages. */ @Input() get tabsHideOnSubPages(): boolean {