Commit 81b18dd393b25dec356ac3d296b870e02d525969

Authored by Amrita Vishnoi
2 parents f7df98cf 5a60e90e

Merge branch 'AASerachPlaceholderIssue' into Develop

400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
... ... @@ -1574,8 +1574,9 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou
1574 1574 $("#termlistfilter li a").css({ "background-color": "#ffffff", "color": "#000000" });
1575 1575 $("#termlistfilter li #" + $scope.searchItemId).css({ "background-color": "#3399FF", "color": "#ffffff" });
1576 1576 $scope.searchFilter = $("#" + id).text();
1577   - selectedTermName.placeholder = $("#" + id).text();
1578   -
  1577 + //selectedTermName.placeholder = $("#" + id).text();
  1578 + selectedTermName.value = $("#" + id).text();
  1579 + selectedTermName.placeholder = "search... ";
1579 1580  
1580 1581 //get data from pindata for this trem
1581 1582  
... ...