Commit f0bbaa150d8a8887460694ab81a78972e2015fb6
1 parent
ef69d7d6
decalred variable globally.
Showing
1 changed file
with
1 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -49,6 +49,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo | @@ -49,6 +49,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo | ||
49 | $rootScope.updatedGrayMRDataList = []; | 49 | $rootScope.updatedGrayMRDataList = []; |
50 | $scope.isEligibleForHighlight = false; | 50 | $scope.isEligibleForHighlight = false; |
51 | $scope.doHighlightOrExtract = false; | 51 | $scope.doHighlightOrExtract = false; |
52 | + $scope.isClickedOnBodyForHighlight; | ||
52 | $scope.isEligibleForHighlightBodyByTermList = false; | 53 | $scope.isEligibleForHighlightBodyByTermList = false; |
53 | 54 | ||
54 | // $scope.AnteriorView = "active"; | 55 | // $scope.AnteriorView = "active"; |