Commit 4f1a2778a68a3434fcb33828bd82df20f0dcceed

Authored by Utkarsh Singh
1 parent 7c6bf4e7

Committed code. Refs: 15352, 15361, 15368

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -456,6 +456,16 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
456 456 $rootScope.isVisibleLogin = false;
457 457 $scope.loadSearchDataForBodyView();
458 458  
  459 + /*Code commented due to unavailability of modules list on 'da-view-list' view*/
  460 + /*if (typeof($rootScope.CommonData)=="undefined" || $rootScope.CommonData == null) {
  461 + console.log('Reloading json data for body view => BROWSER REFRESH ISSUE...');
  462 + $scope.loadDissectibleAnatomyData();
  463 +
  464 + if ((typeof($rootScope.MenuModuleName) == "undefined") || $rootScope.MenuModuleName == null) {
  465 + $rootScope.MenuModuleName = "DA";
  466 + }
  467 + }*/
  468 +
459 469  
460 470 console.log('currentBodyViewId pickjed from localStorage: ' + currentBodyViewId);
461 471  
... ...