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 = " ";