diff --git a/script.js b/script.js
index f168d69..ce855bf 100644
--- a/script.js
+++ b/script.js
@@ -1351,29 +1351,9 @@ scotchApp.controller('campusAmbassadorController', function($q, $scope, $http, $
"status": "pending",
}
- $scope.ngShowhide = false;
- $scope.GetValue = function(){
- if($scope.data.sector == "Other"){
- $scope.ngShowhide = true;
- }else{
- $scope.ngShowhide = false;
- }
- }
-
- $scope.ngShow = false;
- $scope.getValue = function(){
- if($scope.data.hear == "Other"){
- $scope.ngShow = true;
- }else{
- $scope.ngShow = false;
- }
- }
-
$scope.formRegister = function() {
//Analytics.trackEvent('register', 'click', 'Registration');
$scope.loading = true;
- //$scope.data.uploadFile = $scope.base64textString;
- $scope.infoForm = true;
$scope.ticketAmnt = 500;
$scope.detail = {};
$scope.data.phone = "+91"+$scope.data.number;