SideMenu appears before the main content

Hey everyone,

I’d like to know if there is a way to hide sidemenu, and just show it after main content be totaly loaded.

My problem is, every time you start the app, just after the splash screen finishes the first thing shown is the sidemenu and after few few second the main content loads and so hides the side menu as it should, but it really bothers me and it is not good at all for app design.

use $ionicSideMenuDelegate.toggleLeft(false); in your controller function will solve your problem

It did not work. The menu seems like to be render first at all and then, when app is ready the menu hides as it should. I’ve tried many things but … Thank you @baviskarmitesh