This file tracks patches to b2b-angular.js 20 March 2017: Page auto adjustment with left menu collapse and expand. + scope.toggleDrawer = function(showmenu){ scope.idx=-1; /*hide the sunmenus*/ if(showmenu){ document.getElementById('page-content').style.paddingLeft = "50px"; } else document.getElementById('page-content').style.paddingLeft = "230px"; };