[PORTAL-7] Rebase
[portal.git] / ecomp-portal-FE-os / client / bower_components_external / b2b / js / b2b-angular / README.md
1 This file tracks patches to b2b-angular.js
2
3
4 20 March 2017: Page auto adjustment with left menu collapse and expand.
5 +
6 scope.toggleDrawer = function(showmenu){
7         scope.idx=-1; /*hide the sunmenus*/
8         if(showmenu){
9                 document.getElementById('page-content').style.paddingLeft = "50px";
10         }
11         else
12                 document.getElementById('page-content').style.paddingLeft = "230px";            
13 };