Creating a side menu under the header

The current side menu moves all content including the header to the side.
Does Ionic has a directive for the same side menu functionality that just hovers on top of the content and under the header.
Just like Gmail and Drive android applications.
Also like Polymer’s: https://github.com/Polymer/core-drawer-panel

Thanks!

Right now the short answer is no. We’ve been spending a lot o f time making the framework more solid and API’s more flexible.

While we’ve made some attempts to make things feel more at home to their platform, this is a big one that I think will make ionic apps feel a lot more android-like.

Can you create an issue for this? Make sure to like this demo page
http://www.polymer-project.org/components/core-drawer-panel/demo.html

OK thanks,
I’ve opened an issue here:

I see this issue is closed and there is indeed a ‘split-pane-menu’ now in ionic.css

Is there any documentation on how to implement?

Thanks.

http://ionicframework.com/docs/api/directive/exposeAsideWhen/

1 Like