Hide Ion-tabs Ionic 1

Asked

Viewed 149 times

0

Guys, I have a problem with the tabs on the app. The application I’m developing has a chat screen and on this screen I want to hide tabs. I’ve tried using $ionicTabsDelegate.showBar(false); a tabs really stays with the display:One but a white bar is in place of these tabs. Someone knows some way around this problem?

inserir a descrição da imagem aqui

1 answer

0

Use ng-if

<ion-footer-bar class="bar-stable" ng-if="!hidebars">

Browser other questions tagged

You are not signed in. Login or sign up in order to post.