Commit 932e4098a54186950c7ad0095793f2156af0b49b

Authored by Nikita Kulshreshtha
1 parent 63614e67

fixed this

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -1954,6 +1954,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
1954 1954 if ($rootScope.isListManagerSelected) {
1955 1955  
1956 1956 multiTermList = $scope.AllTerms;
  1957 + selectedAnnotation = $rootScope.actualTermNumber;
1957 1958  
1958 1959 }
1959 1960 else if (($rootScope.previousHighlightList != null || $rootScope.previousHighlightList != undefined) && ($rootScope.previousHighlightList.length > 0)) {
... ...