From ce674f5c6cb2946edc334602be44d372ad22d5ca Mon Sep 17 00:00:00 2001 From: amrita.vishnoi Date: Mon, 1 Aug 2016 17:04:13 +0530 Subject: [PATCH] Defect Fix: --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 8 +++----- 400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html | 6 +++--- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index aed3623..c1ab00a 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -4966,14 +4966,12 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo } - $scope.jumpToTerm = function (actualtermno, termtext) { - $scope.searchFilter = termtext; - //alert(actualtermno + " " + termtext); + $scope.jumpToTerm = function (event) { + $scope.searchFilter = event.currentTarget.innerHTML; + $scope.HighlightBodyOnListManagerSelection(event); $scope.IsSearchVisible = false; - $timeout(function () { $scope.HighlightBodyByTermList(systemMatchedTermList) }, 100); - } //list manager diff --git a/400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html b/400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html index fe2350c..cb185a0 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html +++ b/400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html @@ -183,9 +183,9 @@
-- libgit2 0.21.4