test(tabs): update angular simple tabs test

This commit is contained in:
Adam Bradley
2018-03-28 08:17:55 -05:00
parent eff2ef3892
commit b1b3c19908
9 changed files with 21 additions and 62 deletions

View File

@ -748,7 +748,7 @@ export class MenuButton {
*/
@NgInput() menu: string;
/**
* Automatically hides the content when the corresponding menu is not active
* Automatically hides the menu button when the corresponding menu is not active
*/
@NgInput() autoHide: boolean;
constructor(el: ElementRef) {