Is there a directive similar to ActiveSheets that slides in content instead of button?

Is there a directive like the ActionSheet directive that slides in from the bottom of the screen, but instead has content within it instead of buttons? Similar to what Car2Go does in their app when you click the map marker. One click slides in address, click on the address slides in more details.

image

Or a suggestion on how to achieve this type of functionality? I tried looking at the ActionSheet directive and service, but I couldn’t figure out how to get a copy of the directive and factory to work after changing the name of each.

I used the ActiveSheet and just put all my content in the title (including markup), used a single button on the bottom, and styled the content in title to provide similar feel to Car2Go.