From bb56da0f049d98bb5e6440f9874255036d2ddd51 Mon Sep 17 00:00:00 2001 From: palak Date: Mon, 16 Oct 2017 19:09:20 +0530 Subject: [PATCH] update --- pages/registration.html | 3 ++- script.js | 9 ++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/pages/registration.html b/pages/registration.html index 4e993e2..7f4fa81 100644 --- a/pages/registration.html +++ b/pages/registration.html @@ -283,8 +283,9 @@
thumb_up
- +
diff --git a/script.js b/script.js index fd37c92..f411aad 100644 --- a/script.js +++ b/script.js @@ -316,7 +316,7 @@ var i = 0; $scope.payingAmnt = $scope.payingAmnt * 100; var options = { - "key": "rzp_live_mhSE1uOBlXvFyJ", + "key": "rzp_test_YwHsVFiDIQ2WUQ", "amount": $scope.payingAmnt, "name": "Startup Jalsa", @@ -816,6 +816,13 @@ //} }; + $scope.removeNoError = function() { + $('#invalidIdea').css('display', 'none'); + $('#noExist').css('display', 'none'); + }; + + // if (val == undefined) { + // $('#invalidIdea').css('display', 'block'); $scope.submit = function() { console.log($scope.data.name) -- 2.0.0