The kicker is, this only works when I ad the tab into the “templates/tabs.html”. Why? When its not listed it doesn’t work.
The basic tabs starter works just like this but somehow i missing something…
Your ‘tab’ state is a parent to each tab and so I presume it ‘owns’ the actual tab bar and controls navigation, so each tab must be declared in that file. In fact, you could probably have all the tabs and its parent in the same file if you like. (Though Im using a parent and separate templates for each tab by using a name attribute inside ion-nav-view inside each ion-tab).
Yeah I figured there was a one to one relationship for the tabs and that file, but it still wasn’t obvious why it was working in the tabs example, until now…
I was staring at the app.js file and noticed the tab name is the same between the 2 tabs in quesiton, everything else is different.