Commit 932e4098a54186950c7ad0095793f2156af0b49b
1 parent
63614e67
fixed this
Showing
1 changed file
with
1 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -1954,6 +1954,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo | @@ -1954,6 +1954,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo | ||
1954 | if ($rootScope.isListManagerSelected) { | 1954 | if ($rootScope.isListManagerSelected) { |
1955 | 1955 | ||
1956 | multiTermList = $scope.AllTerms; | 1956 | multiTermList = $scope.AllTerms; |
1957 | + selectedAnnotation = $rootScope.actualTermNumber; | ||
1957 | 1958 | ||
1958 | } | 1959 | } |
1959 | else if (($rootScope.previousHighlightList != null || $rootScope.previousHighlightList != undefined) && ($rootScope.previousHighlightList.length > 0)) { | 1960 | else if (($rootScope.previousHighlightList != null || $rootScope.previousHighlightList != undefined) && ($rootScope.previousHighlightList.length > 0)) { |