From f61039931256b7f98caf8543c4bbc8fa9bd8bdfa Mon Sep 17 00:00:00 2001 From: birendra.kumar Date: Tue, 3 Mar 2020 11:30:24 +0530 Subject: [PATCH] export link disable --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 93dc806..e1f88ef 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"; @@ -1677,8 +1677,7 @@ function ($rootScope, $scope, Modules, $log, $location, $compile, $timeout, Data $rootScope.disableSubMenu = "disableSubMenu"; $rootScope.OpenPitures = "OpenPitures"; $rootScope.disableFileMenu = ""; - //enableDisable export option - $scope.EnableDisableExportImage(); + $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