Left and right menus?

Hey guys,

I have a layout that currently uses the $ionicSideMenuDelegate function. Everything is great and I can see the content I want when I swipe left, but I’m curious to know if I can set up a way to swipe both left and right with each side showing different content. Any help is greatly appreciated. Thanks guys.

Sure, just use :

<ion-side-menu side="left">

&&

<ion-side-menu side="right">

Here’s a sample.

Exactly what I was looking for! I figured it had to be something small and I was just missing a piece of the puzzle. Thank you for the reply.