Commit bd06ffaa7b3333562f97e8de2a3ccece230d405e

Authored by Amrita Vishnoi
2 parents 5a69e160 63dfb096

Merge branch 'litralArmChangeIssue' of http://52.6.196.163/ADAM/AIAHTML5 into Develop

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -7736,7 +7736,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l @@ -7736,7 +7736,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l
7736 $scope.OnViewChange = function (event) { 7736 $scope.OnViewChange = function (event) {
7737 // alert(event.target.title); 7737 // alert(event.target.title);
7738 // alert($("[title*='" + event.target.title + "']").parent().hasClass("active")); 7738 // alert($("[title*='" + event.target.title + "']").parent().hasClass("active"));
7739 - if ($("[title*='" + event.target.title + "']").parent().hasClass("active") == true) { 7739 + if ($("[title='" + event.target.title + "']").parent().hasClass("active") == true) {
7740 7740
7741 7741
7742 7742