@keldar89 wrote:
In Ionic 1, we have the ability to define an
<ion-nav-bar>
above an<ion-nav-view>
, which serves as a generic nav bar for the entire app and we could turn it off on a per-view basis (usingionNavView
'shideNavBar=true|false
.It appears in Ionic 2 we have to insert an
<ion-nav-bar>
per page - and cannot have a global nav bar for the entire app. Is that correct, or am I missing a trick?
Posts: 1
Participants: 1