So… i want to add two simple tabs inside modal, this is possible right now in ionic 2? i really don’t know how to approach this, i tried some things without result.
Ofcourse i can do something similar with two buttons for tabs and using [hide] for content, but well… maybe there is a better way to do this.
Thank you so much man! i tried something similar but didn’t work, now works perfect!
One more question, i had some problems to add a close button becouse of tabs i am in another page than the modal itself, so this.viewCtrl.dismiss(); don’t work in a tab page, becouse i need to close the modal, not the tab page.
What i did is add the button at the root page of the modal and move to the navbar with position absolute and z-index, like this: