From 7cdbd289e4fdbe2bc1d1bb88db7e350a11d96727 Mon Sep 17 00:00:00 2001 From: Palak Handa Date: Wed, 12 Sep 2018 12:01:49 +0530 Subject: [PATCH] content change --- pages/registration.html | 2 +- script.js | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/registration.html b/pages/registration.html index 20e3dd3..e9bbe58 100644 --- a/pages/registration.html +++ b/pages/registration.html @@ -120,7 +120,7 @@ -->
Give us a brief introduction about your startup. * -

Kindly write a powerful Twitter Pitch.

+

Kindly write a powerful Twitter Pitch (word limit-200).

diff --git a/script.js b/script.js index edc1202..cf60c24 100644 --- a/script.js +++ b/script.js @@ -367,6 +367,9 @@ $scope.infoForm = true; $scope.detail = {}; $scope.data.phone = "+91"+$scope.data.number; + if($scope.data.referalToken == null){ + $scope.data.referalToken = "N.A." + } $http({ method: 'POST', url: BASE_URL+'/applicants', -- 2.0.0