diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
index 7ef5020..67d2287 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -720,7 +720,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
}
//call watch on '$scope.VocabTermTxt and compile
and append to on first time load
- $scope.$watch('$scope.VocabTermTxt', function (newValue, oldValue, scope) {
+ $scope.$watch('$rootScope.vocabTermDataArray[0].vocabTermTxt', function (newValue, oldValue, scope) {
//This is added as the $scope.VocabTermTxt can change while changing view also the li elements need to be removed
//Remove the list and then Repopulate
@@ -728,7 +728,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
$('#searchListDiv').empty()
//Delay compile of ul li so that the remove of li is completed.
$timeout(function () {
- var $e2 = $('