Merge pull request #6921 from JDonadio/ref/hide-tabs

hide tabs on sub pages
This commit is contained in:
Gustavo Maximiliano Cortez 2017-10-19 12:42:51 -03:00 committed by GitHub
commit db08d479a6
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ export function providersComponents() {
@NgModule({
declarations: declarationsComponents(),
imports: [
IonicModule.forRoot(CopayApp),
IonicModule.forRoot(CopayApp, { tabsHideOnSubPages: true }),
BrowserModule,
HttpModule,
NgLoggerModule.forRoot(Level.LOG),