From 932e4098a54186950c7ad0095793f2156af0b49b Mon Sep 17 00:00:00 2001 From: nikita Date: Wed, 19 Oct 2016 17:41:03 +0530 Subject: [PATCH] fixed this --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index aa5bf72..5773d97 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -1954,6 +1954,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo if ($rootScope.isListManagerSelected) { multiTermList = $scope.AllTerms; + selectedAnnotation = $rootScope.actualTermNumber; } else if (($rootScope.previousHighlightList != null || $rootScope.previousHighlightList != undefined) && ($rootScope.previousHighlightList.length > 0)) { -- libgit2 0.21.4