Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 228595

Best way to hide ionTabs?

$
0
0

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 228595

Trending Articles