Commit 535f589d1fc578273fddbd75149d697eb6838562
Merge branch 'listmanagerhighlightissue' of http://52.6.196.163/ADAM/AIAHTML5 into Develop
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -8373,7 +8373,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
8373 | 8373 | |
8374 | 8374 | $scope.HighlightBodyOnListManagerSelection = function (actualTermNumber, isTermListOptionClicked) { |
8375 | 8375 | //$rootScope.SelectedTermList = $("#termList").find("option[id=" + actualTermNumber + "]").val(); |
8376 | - | |
8376 | + $rootScope.searchSelectedText = $("#" + actualTermNumber).text(); | |
8377 | 8377 | $rootScope.slectedActualTermNumber = actualTermNumber; |
8378 | 8378 | |
8379 | 8379 | if (isTermListOptionClicked == true) { | ... | ... |