Projects' slide left not working in Ionic Guide Chapter 5

Hi all,

Preety noob question here.

I’m following the Ionic Guide and I’m currently in chapter 5. I tried to make this work copying it all, writing it down… I also read similar topics, but found nothing. I really tried, but I just can’t make the left menu slide work.

The button has the ng-click="toggleProjects()" and the controler has the $ionicSideMenuDelegate.toggleLeft().

I put the code into codepen: http://codepen.io/anon/pen/FxJts

What am I doing wrong?

Thanks.

R

You forgot to wrap ion-side-menu and ion-side-menu-content with ion-side-menus

1 Like

Thanks a lot @mhartington!

R