From aa9dd83b7f2425a165ca9f3f12e4dc671d71c200 Mon Sep 17 00:00:00 2001 From: nikita Date: Fri, 26 Aug 2016 12:57:56 +0530 Subject: [PATCH] Issue fixed. duplicate entries in body system filter is removed. also terms are filtered as per body system selection. --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index 94cef87..006f5c0 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -6671,6 +6671,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo var systemList = $rootScope.CommonData.DACommonData.BodySystems.Item; //var systemListHtml = '' + $('#bodySystems').empty(); var $all = $('').appendTo('#bodySystems'); $compile($all)($scope); @@ -6706,7 +6707,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo // var TermTextList = []; // var TermTextList = []; - + $('#termList').empty(); $scope.loadListManger(); -- libgit2 0.21.4