From 4f1a2778a68a3434fcb33828bd82df20f0dcceed Mon Sep 17 00:00:00 2001 From: Utkarsh Singh Date: Mon, 10 Apr 2017 15:02:41 +0530 Subject: [PATCH] Committed code. Refs: 15352, 15361, 15368 --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 10 ++++++++++ 1 file changed, 10 insertions(+), 0 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index 2b4d23e..c422774 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -456,6 +456,16 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo $rootScope.isVisibleLogin = false; $scope.loadSearchDataForBodyView(); + /*Code commented due to unavailability of modules list on 'da-view-list' view*/ + /*if (typeof($rootScope.CommonData)=="undefined" || $rootScope.CommonData == null) { + console.log('Reloading json data for body view => BROWSER REFRESH ISSUE...'); + $scope.loadDissectibleAnatomyData(); + + if ((typeof($rootScope.MenuModuleName) == "undefined") || $rootScope.MenuModuleName == null) { + $rootScope.MenuModuleName = "DA"; + } + }*/ + console.log('currentBodyViewId pickjed from localStorage: ' + currentBodyViewId); -- libgit2 0.21.4