What do the state configurations look like for your tabs? They would need to look something like this:
.state('menu.home.food', {
url: '/food',
views: {
'food': {
templateUrl: 'template-file.html'
}
}
})
What do the state configurations look like for your tabs? They would need to look something like this:
.state('menu.home.food', {
url: '/food',
views: {
'food': {
templateUrl: 'template-file.html'
}
}
})