diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 844188a..7d398aa 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -122,8 +122,14 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic } - $rootScope.$on("$locationChangeSuccess", function () { + $rootScope.$on("$locationChangeSuccess", function () { + + $rootScope.isLeftMenuActive = function (moduleUrl) { + + return moduleUrl === $location.path(); + } + if (($location.url() == "/da-body-view")) { $rootScope.disableMenuannotation = " "; $rootScope.disableMenuoption = " "; diff --git a/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html b/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html index b3599f4..d8612eb 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html +++ b/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html @@ -1,3 +1,4 @@ +
@@ -26,22 +27,22 @@
@@ -94,3 +95,4 @@ tooltipClass: 'customTooltip' }); +