hide tabs on sub pages

This commit is contained in:
JDonadio 2017-10-17 16:31:15 -03:00
parent 236be22fae
commit 1bed9076f5
No known key found for this signature in database
GPG Key ID: EC1F4E04B2BFA730
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),