docs(tabs): fix description of tabsHideOnSubPages

Closes #10061
This commit is contained in:
AndreasGassmann
2017-01-17 02:05:21 +01:00
committed by mhartington
parent e56028ef68
commit fadfb3734c

View File

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