Select "Modal" Control

Hey guys,

I’ve been working on what I like to call a “Select Modal”, which is a very common paradigm within iOS and other mobile platforms. I’ve put together a simple GIF here:

Having the ability to have nested views within a modal is something I haven’t yet found out how to do, but I’ve accomplished this functionality using a <ion-slide-box>. I’m thinking about putting some more effort into making this more re-usable - as of right now it’s very specific to our application.

Is this a common pattern among Ionic devs?