Quantcast
Viewing all articles
Browse latest Browse all 229967

Best way to hide ionTabs?

I've just pulled the classic; figuring it out as soon as you ask for help.

Add: $ionicTabsDelegate.showBar(false); to the page's controller.

i.e.

.controller('lorem', function($..., $ionicTabsDelegate, ipsum) {
$ionicTabsDelegate.showBar(false);
...
})

Thanks everyone!


Viewing all articles
Browse latest Browse all 229967

Trending Articles