Commit e025292231abbd1aca50d631fafe41b3c951e680

Authored by apple
1 parent bde6026059
Exists in master

minor change

Showing 1 changed file with 5 additions and 4 deletions   Show diff stats
... ... @@ -366,8 +366,9 @@
366 366 $scope.hideval = false;
367 367 $scope.showvalue = false;
368 368 $scope.hidevalue = false;
  369 + localStorage.setItem("country",'INDIA');
369 370 $scope.isShowHide = function (value) {
370   - console.log(value)
  371 + console.log('--0-00-',value);
371 372 var element = document.getElementById("defaultcountry");
372 373 element.classList.remove("btn-active");
373 374 localStorage.setItem("country",value);
... ... @@ -409,7 +410,7 @@
409 410  
410 411 // $scope.data.city = '';
411 412 $scope.watch = function(value){
412   - console.log(value)
  413 + console.log("====",value);
413 414 //document.getElementById("ahmedabad").src = "";
414 415 // console.log("cllll",value)
415 416 $scope.data.city = value;
... ... @@ -676,7 +677,7 @@
676 677 // $scope.$on('city', function (event, value) {
677 678 $scope.data.city = localStorage.getItem("city");
678 679 $scope.data.country = localStorage.getItem("country");
679   - //console.log("HERE===",$scope.data.country );
  680 + console.log("HERE===",$scope.data.country );
680 681 // });
681 682 var data = {
682 683 "amount": $scope.payingAmnt,
... ... @@ -750,7 +751,7 @@
750 751  
751 752 // }
752 753 // };
753   -
  754 + console.log("$scope.data.country",$scope.data.country)
754 755 if($scope.data.country == "INDIA"){
755 756 $scope.submit = function() {
756 757 $scope.loading = true;
... ...