So I’m using the amazing Nightly example by @mhartington and running in to an issue of implementing ion-slide-box.
It’s fine to add the ion-slide-box within the templates but I also want to be able to swipe between tabs, i.e.: http://ionicframework.com/docs/api/directive/ionSlideBox/.
So it should have everything with the Nightly example but also allowing me to swipe between each of the parent templates (Home, About and Contact) whilst still retaining the inner view navigation (Home->Scientific Facts).
Essentially, I’m wondering how I can wrap those main bits of tabbed navigation in a slide box? Is there any Plunkr or example that someone is aware of that achieves all of this?
Edit: If I didn’t explain well enough, this is what I’m looking to achieve but to also include the inner navigation (with back button etc.) like in the Nightly example.
Thanks!