From 9607f03b1990fc08d87baf3ef249f87ada46c1b2 Mon Sep 17 00:00:00 2001 From: birendra.kumar Date: Tue, 3 Mar 2020 11:23:56 +0530 Subject: [PATCH] disable export link on cb list --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 93dc806..877576b 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -1663,7 +1663,7 @@ function ($rootScope, $scope, Modules, $log, $location, $compile, $timeout, Data } else if ($location.url() == "/curriculum-builder") { - $rootScope.openResources = ""; + $rootScope.openResources = "openResources"; $rootScope.disableMenuannotation = "disableMenuannotation"; $rootScope.disableMenuoption = "disableMenuoption"; @@ -1676,9 +1676,8 @@ function ($rootScope, $scope, Modules, $log, $location, $compile, $timeout, Data $rootScope.disableSubMenu = "disableSubMenu"; $rootScope.OpenPitures = "OpenPitures"; - $rootScope.disableFileMenu = ""; - //enableDisable export option - $scope.EnableDisableExportImage(); + $rootScope.disableFileMenu = ""; + $rootScope.exportImage = "exportImage"; } else if ($location.url() == "/curriculum-builder-detail") { $rootScope.disableFileMenu = ""; @@ -1689,8 +1688,7 @@ function ($rootScope, $scope, Modules, $log, $location, $compile, $timeout, Data $rootScope.openCurriculum = ""; $rootScope.saveCurriculam = ""; $rootScope.openResources = ""; - //enableDisable export option - $scope.EnableDisableExportImage(); + $rootScope.exportImage = "exportImage"; } else if ($location.url() == "/adam-images-detail") { $rootScope.disableMenuannotation = " "; -- libgit2 0.21.4