From b70f8f6fe2fa4ab3bb9de9f9e9c64bf5c09b48c0 Mon Sep 17 00:00:00 2001 From: amrita@123 Date: Fri, 10 Jun 2016 16:11:43 +0530 Subject: [PATCH] removed alert --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index 094230a..9dfad17 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -2590,7 +2590,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo $scope.OnGenderChange = function (event) { debugger; //use $scope.correspondingBodyViewIds for getting correspnding viewid - alert('gender changed= ' + event.currentTarget.attributes[1].value) + // alert('gender changed= ' + event.currentTarget.attributes[1].value) if (event.currentTarget.attributes[1].value == 'Male') { if (localStorage.getItem("genderId") == 'Male') { -- libgit2 0.21.4