Commit 7bf18d67ca1b511d32a45c85df723d3728cb9bda

Authored by Nikita Kulshreshtha
2 parents edfbce74 f2375d8f

Merge branch 'applyBtnAAIssue' into Develop

400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
... ... @@ -55,6 +55,7 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou
55 55 };
56 56  
57 57 $scope.loadForModuleById = function (moduleId) {
  58 + $rootScope.openModules.push({ "ModuleId": 2 });
58 59 if ($rootScope.refreshcheck == null) {
59 60 $location.path('/');
60 61 }
... ...