Hello,
Can someone help me with a proof of concept for creating a view with tabs as well as side menu.
Thanks
Amol
Hello,
Can someone help me with a proof of concept for creating a view with tabs as well as side menu.
Thanks
Amol
.state(‘tab’, {
url: “/tab”,
abstract: true,
templateUrl: “templates/menu.html”
})
.state(‘tab.tabs’, {
url: ‘/tabs’,
views: {
‘menuContent’: {
templateUrl: ‘templates/tabs.html’
}
}
})
That should work.
I recently built something like this and ran into some misunderstandings. Please check out this other thread too.
Thanks,
I am giving it a try. Thanks again for the help.
Amol C
hi,
it’s not possible with ionic i suggest you to use famo.us