Comments 2Azhar started the conversationMarch 8, 2017 at 4:01pmHow to Exclude Sidebar and header from the page?[deleted] repliedMarch 9, 2017 at 1:22pmHi Azhar,Sidebar and header menu are contained in controller.js file: (view large version)So you can set $rootScope.layoutOptions.horizontalMenu.isVisible = false; $rootScope.layoutOptions.sidebar.isVisible = false;This is how we use to hide header and sidebar in our demo here:http://themes.laborator.co/xenon/angular/#/app/layout-and-skinsI hope this will help you. Sign in to reply ...
How to Exclude Sidebar and header from the page?
Hi Azhar,
Sidebar and header menu are contained in controller.js file:
(view large version)
So you can set
This is how we use to hide header and sidebar in our demo here:
http://themes.laborator.co/xenon/angular/#/app/layout-and-skins
I hope this will help you.