Deliver centralized role management feature
[portal.git] / ecomp-portal-FE-common / client / bower_components_external / b2b / js / b2b-angular / README.md
index 8c30ec5..ed0222d 100644 (file)
@@ -1,5 +1,7 @@
 This file tracks patches to b2b-angular.js
 
+14 August 2017: fix b2b-tree de-select the parent node issue - code provided by b2b team
+
 24 April 2017: hide header menu when click on iframe in a new tab
 +
 $(window).blur(function() {
@@ -19,4 +21,8 @@ scope.toggleDrawer = function(showmenu){
        }
        else
                document.getElementById('page-content').style.paddingLeft = "230px";            
-};
\ No newline at end of file
+};
+
+26 May 2017 : Changed b2b sort icons
++
+"<i ng-class=\"{'icon-controls-upPRIMARY active': sortPattern === 'ascending', 'icon-controls-down active down': sortPattern === 'descending'}\"></i>\n"