diff --git a/pages/registration.html b/pages/registration.html index f6e0c60..c34e32b 100644 --- a/pages/registration.html +++ b/pages/registration.html @@ -58,7 +58,7 @@
- @@ -74,11 +74,9 @@
- +
+ +
diff --git a/script.js b/script.js index d649408..cffdd09 100644 --- a/script.js +++ b/script.js @@ -664,17 +664,15 @@ document.getElementById('filePicker').addEventListener('change', handleFileSelect, false); } -// scope.addOther = false; -// + $scope.hideSelectBox = true; -// $scope.industrykeyPress = function(e) { -// // $('.icon-circle-abcdefg').css('background-color', 'rgb(66, 181, 73)'); -// + var e = document.getElementById("dataIndustry"); -// + var dataIndustry = e.options[e.selectedIndex].value; -// + if(dataIndustry == "Other") { -// + $scope.addOther = true; -// + $scope.hideSelectBox = false; -// + } -// } + $scope.ngShowhide = false; + $scope.GetValue = function(){ + console.log("====$scope.value===",$scope.data.sector) + if($scope.data.sector == "Other"){ + $scope.ngShowhide = true; + }else{ + $scope.ngShowhide = false; + } + } $rootScope.tokenCall = function(val) { console.log('val-------->', val);