Blame view

script.js 32 KB
53b83aa9e   Palak Handa   first commit
1
  	// create the module and name it scotchApp
f263889f0   Palak Handa   analytics work
2
  	var scotchApp = angular.module('scotchApp', ['ngRoute','angular-google-analytics']);
53b83aa9e   Palak Handa   first commit
3
4
5
  
  	// configure our routes
  	scotchApp.config(function($routeProvider) {
6ae8d3cdd   Palak Handa   add new module
6
  	    $routeProvider
dcb703070   Palak Handa   updated new form ...
7
  	    	// route for the Home page
6ae8d3cdd   Palak Handa   add new module
8
  	        .when('/', {
dcb703070   Palak Handa   updated new form ...
9
10
11
12
13
14
15
  	            templateUrl: 'pages/Home.html',
  	            controller: 'mainController'
  	        })
  
  	        // route for the registration page
  	        .when('/registration', {
  	            templateUrl: 'pages/registration.html',
6ae8d3cdd   Palak Handa   add new module
16
17
  	            controller: 'mainController'
  	        })
2d6a9fbea   Palak Handa   complete bugs
18
  	        // route for the paymentVerify page
4de569579   Palak Handa   design update
19
  	        .when('/pendingPayment/:id', {
6ae8d3cdd   Palak Handa   add new module
20
21
22
23
24
25
26
27
28
  	            templateUrl: 'pages/verify.html',
  	            controller: 'verifyController'
  	        })
  
  	        // route for the ambassador page
  	        .when('/ambassador', {
  	            templateUrl: 'pages/ambassador.html',
  	            controller: 'ambassadorController'
  	        })
5348de778   Palak Handa   design updated
29
30
31
32
33
34
  
  	        // route for the confirmation page
  	        .when('/confirmation', {
  	            templateUrl: 'pages/confirmation.html',
  	            controller: 'mainController'
  	        })
6ae8d3cdd   Palak Handa   add new module
35
  	});
53b83aa9e   Palak Handa   first commit
36

f263889f0   Palak Handa   analytics work
37
38
  	scotchApp.config(['AnalyticsProvider', function (AnalyticsProvider) {
  	   	// Add configuration code as desired
61b69ada0   Palak Handa   design updated
39
  	   	 AnalyticsProvider.setAccount('UA-106416759-1');  //UU-XXXXXXX-X should be your tracking code
f263889f0   Palak Handa   analytics work
40
41
42
43
44
45
46
47
  
  	   	// Track all routes (default is true).
  	  	AnalyticsProvider.trackPages(true);
  
  	  	// Track all URL query params (default is false).
  	  	AnalyticsProvider.trackUrlParams(true);
  
  	}]).run(['Analytics', function(Analytics) { }]);
c98129dd2   Palak Handa   baseurl change
48
  	scotchApp.constant("BASE_URL", "http://139.59.68.74:4001/api")
c62079487   Palak Handa   updated design
49
  	//scotchApp.constant("BASE_URL", "http://0.0.0.0:4001/api")
6ae8d3cdd   Palak Handa   add new module
50

2d6a9fbea   Palak Handa   complete bugs
51
  	// create the controller and inject Angular's $scope
f263889f0   Palak Handa   analytics work
52
  	scotchApp.controller('mainController', function($scope, $http, $location, $route, $rootScope, BASE_URL, Analytics) {
6ae8d3cdd   Palak Handa   add new module
53
54
55
56
57
58
  	    $scope.data = {
  	        show: true,
  	        hide: false
  	    };
  
  	    $scope.infoForm = false; /*THIS CODE FOR HIDE STEP 2 FORM*/
e847b36f8   Palak Handa   minor changes
59
  	    $scope.space = false; /*THIS CODE FOR HIDE STEP 2 FORM*/
c62079487   Palak Handa   updated design
60
  	    // $scope.Textshow = "yes"
6ae8d3cdd   Palak Handa   add new module
61
  	    $scope.max = 100;
88dd26b3d   Palak Handa   update
62
  	    $scope.formPage = false;
6ae8d3cdd   Palak Handa   add new module
63
64
65
  	    $scope.current = 0;
  	    $scope.payingAmnt = 0;
  	    if ($scope.data.stage == 'select') {
6ae8d3cdd   Palak Handa   add new module
66

53b83aa9e   Palak Handa   first commit
67
  	    }
439352ca6   Palak Handa   base url changes
68
  	    //$scope.author = 'Swarn Singh';
6ae8d3cdd   Palak Handa   add new module
69
70
  	    $scope.data = {};
  	    $scope.data.stage = 'Idea';
ea3c31126   Palak Handa   complete
71
  	    $scope.discountAmount = 0;
6ae8d3cdd   Palak Handa   add new module
72
73
  	    $scope.check = false;
  	    $scope.numberCheck = false;
6ae8d3cdd   Palak Handa   add new module
74
  	    $scope.paymentResult = {};
6ae8d3cdd   Palak Handa   add new module
75
76
77
78
79
  	    var data = {
  	        "amount": $scope.payingAmnt,
  	        "currency": "INR",
  	        "status": "pending"
  	    }
53b83aa9e   Palak Handa   first commit
80

5259a7d0e   Digvijay Singh   video links added
81
  	    /*open videos in modal*/
b8938eb77   Palak Handa   add content
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
  	  //   $scope.openyoutube16 = function(){
  			// $('#videoModel').modal('show');
  	  //   }
  
  	  //    $scope.openyoutube17 = function(){
  			// $('#videoModels').modal('show');
  	  //   }
  
  	  //      $scope.closeModal = function(){
  	  //   	var url = $('#youtubePlayer').attr('src');
  			// $('#youtubePlayer').attr('src', '');
  			// $('#youtubePlayer').attr('src', url);
  	  //   }
  
  
  	  //   $scope.closed = function(){
  	  //   	var url = $('#youtubePlayersss').attr('src');
  			// $('#youtubePlayersss').attr('src', '');
  			// $('#youtubePlayersss').attr('src', url);
  	  //   }
5259a7d0e   Digvijay Singh   video links added
102
  	    /*open videos ends here*/
dcb703070   Palak Handa   updated new form ...
103
  	    $scope.apply = function() {
ba3b9219e   Palak Handa   minor changes
104
  	    	Analytics.trackEvent('register', 'click', 'django.mp4');
dcb703070   Palak Handa   updated new form ...
105
106
  			$location.path("/registration")
  		}
88dd26b3d   Palak Handa   update
107
108
109
110
111
112
113
114
115
  		$scope.data.citymeetup = '';
  		$scope.register = function(value){
  			$scope.data.citymeetup = value;
  			$('.hiddenForm').slideDown();
  			$('html, body').animate({
  		        scrollTop: $('.hiddenForm').offset().top
  		    }, 1000);
  			console.log('gdggsg', value);
  		}
5259a7d0e   Digvijay Singh   video links added
116

5348de778   Palak Handa   design updated
117
118
119
120
  	    $scope.removeError = function() {
  	        $('#invalidEmail').css('display', 'none');
  	        $('#alreadyExist').css('display', 'none');
  	    };
6ae8d3cdd   Palak Handa   add new module
121
  	    $scope.emailcheck = function(val) {
e847b36f8   Palak Handa   minor changes
122
123
124
  	    	console.log(val)
  			$scope.space = /\s/g.test(val);
      		console.log("space",$scope.space)
6ae8d3cdd   Palak Handa   add new module
125
126
127
128
129
130
  	        if (val == undefined) {
  	            $('#invalidEmail').css('display', 'block');
  	        } else {
  	            $http({
  	                method: 'GET',
  	                url: BASE_URL + '/applicants?filter={"where": {"email": {"like":"%25' + $scope.data.email + '%25"}}}',
6ae8d3cdd   Palak Handa   add new module
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
  	                headers: {}
  	            }).then(function mySuccess(searchResult) {
  	                console.log("searchResult1===>", searchResult)
  	                if (searchResult.data.length == 0) {
  	                    $scope.check = false;
  	                } else {
  	                    $scope.check = true;
  	                    $('#alreadyExist').css('display', 'block');
  	                }
  	            }, function myError(error) {});
  	        }
  	    };
  
  	    $scope.removeNoError = function() {
  	        $('#noExist').css('display', 'none');
  	    };
  
  	    $scope.numbercheck = function(number) {
  	        $http({
  	            method: 'GET',
  	            url: BASE_URL + '/applicants?filter={"where": {"phone": {"like":"%25' + number + '%25"}}}',
  	            data: $scope.data,
  	            headers: {}
  	        }).then(function mySuccess(searchResult) {
  	            console.log("searchResult===>", searchResult)
  	            if (searchResult.data.length == 0) {
  	                $scope.numberCheck = false;
ea3c31126   Palak Handa   complete
158

6ae8d3cdd   Palak Handa   add new module
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
  	            } else {
  	                $scope.numberCheck = true;
  	                $('#noExist').css('display', 'block');
  	            }
  	        }, function myError(error) {});
  	    };
  
  	    $rootScope.tokenCall = function(val) {
  	        console.log('val-------->', val);
  	        if (val == undefined) {
  	            $('#invalidEmail').css('display', 'block');
  	        } else {
  	        	val = val.toUpperCase();
  	        	$http.get(BASE_URL + '/ambassadors?filter={"where": {"referalToken": {"like":"%25' + val + '%25"}}}')
  				    .then(function(searchResult) {
  				        if (searchResult.data.length == 0) {
  	                    	$scope.tokencheck = false;
ea3c31126   Palak Handa   complete
176
  	                    	 $scope.discountAmount = 0;
6ae8d3cdd   Palak Handa   add new module
177
  	                	} else {
6ae8d3cdd   Palak Handa   add new module
178
  	                    	$scope.tokencheck = true;
6ae8d3cdd   Palak Handa   add new module
179
180
181
182
  	                	}
  				    },function(err){
  				    	console.log(err)
  				});
53b83aa9e   Palak Handa   first commit
183
  	           
6ae8d3cdd   Palak Handa   add new module
184
185
  	        }
  	    };
e847b36f8   Palak Handa   minor changes
186
  	    
c62079487   Palak Handa   updated design
187

6ae8d3cdd   Palak Handa   add new module
188
189
190
191
192
193
194
195
196
197
198
199
  	    /*THIS CODE FOR ENABLED SUBMIT BUTTON AFTER UPLOAD IMAGE*/
  	    $(document).ready(
  	        function() {
  	            $('input:submit').attr('disabled', true);
  	            $('input:file').change(
  	                function() {
  	                    if ($("#picture").val()) {
  	                        $('input:submit').removeAttr('disabled');
  	                    } else {
  	                        $('input:submit').attr('disabled', true);
  	                    }
  	                });
53b83aa9e   Palak Handa   first commit
200
  	        });
6ae8d3cdd   Palak Handa   add new module
201
202
  
  	    /*****THIS IS FOR STEP ONE FORM ******/
dcb703070   Palak Handa   updated new form ...
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
  	    // $scope.next = function() {	  
  	    //     $scope.data.status = null
  	    //     if ($scope.data.stage == undefined || $scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined || $scope.data.city == undefined) {
  	    //         var x = document.getElementById("snackbar")
  	    //         x.className = "show";
  	    //         setTimeout(function() {
  	    //             x.className = x.className.replace("show", "");
  	    //         }, 3000);
  	    //     } else if ($scope.data.stage != undefined && $scope.data.name != undefined && $scope.data.email != undefined && $scope.data.number != undefined && $scope.data.city != undefined) {
  	    //         $scope.infoForm = true;
  	    //         console.log("sdasdasdsa");
  	    //         $scope.data.stage = $scope.data.stage;
  	    //         $scope.detail = {};
  	    //         $scope.data.phone = "+91" + $scope.data.number;
  	    //         $http({
  	    //             method: 'POST',
  	    //             url: BASE_URL + '/information',
  	    //             data: $scope.data,
  	    //             headers: {}
  	    //         }).then(function mySuccess(result) {
  					// Analytics.trackEvent('information', 'click', 'django.mp4');
  	    //             console.log("result", result)
  	    //             $scope.detail = result;
  	    //             data.applicantId = result.data.id;
  	    //             $scope.userId = result.data.id;
  
  	    //         }, function myError(error) {});
  
  	    //     }
f263889f0   Palak Handa   analytics work
232

dcb703070   Palak Handa   updated new form ...
233
  	    // }
6ae8d3cdd   Palak Handa   add new module
234

ea3c31126   Palak Handa   complete
235
  	    $scope.calculateAmount =  function(){
dcb703070   Palak Handa   updated new form ...
236
  	        if ($scope.data.stage == undefined || $scope.data.firstName == undefined || $scope.data.email == undefined || $scope.data.number == undefined || $scope.data.city == undefined) {
9842ccd27   Palak Handa   changes api call
237
238
239
240
241
  	            var x = document.getElementById("snackbar")
  	            x.className = "show";
  	            setTimeout(function() {
  	                x.className = x.className.replace("show", "");
  	            }, 3000);
dcb703070   Palak Handa   updated new form ...
242
  	        } else if ($scope.data.stage != undefined && $scope.data.firstName != undefined && $scope.data.email != undefined && $scope.data.number != undefined && $scope.data.city != undefined) {
9842ccd27   Palak Handa   changes api call
243
244
245
246
247
248
249
250
251
252
253
  	            $scope.infoForm = true;
  	            console.log("sdasdasdsa");
  	            $scope.data.stage = $scope.data.stage;
  	            $scope.detail = {};
  	            $scope.data.phone = "+91" + $scope.data.number;
  	            $http({
  	                method: 'POST',
  	                url: BASE_URL + '/applicants',
  	                data: $scope.data,
  	                headers: {}
  	            }).then(function mySuccess(result) {
9ad22ae22   Palak Handa   work on google an...
254
  	            	Analytics.trackEvent('applicants', 'click', 'django.mp4');
9842ccd27   Palak Handa   changes api call
255
256
257
  	                console.log("result", result)
  	                $scope.detail = result;
  	                data.applicantId = result.data.id;
d122fec29   Palak Handa   modify
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
  	                //$scope.userId = result.data.id;
  
  		    	if ($scope.data.stage == "Idea") {
  		            console.log("$scope.data", $scope.data)
  		            $scope.ticketAmnt = 500;
  		        }
  
  		        if ($scope.data.stage == "Product") {
  		            $scope.ticketAmnt = 1000;
  		        }
  
  		        if ($scope.data.stage == "Growth") {
  		            $scope.ticketAmnt = 1000;
  		        }
  		        var amount = $scope.ticketAmnt * 100
  		        if($scope.tokencheck == true){
  			        var amount = $scope.ticketAmnt
  				    // $scope.discountAmount = (amount * 10)/100
  				    console.log("finalAmount====>",$scope.payingAmnt)
  		        }
  
  		        var taxAmount = $scope.ticketAmnt
  	            // $scope.taxTotal = (taxAmount * 18)/100
  	            $scope.payingAmnt = taxAmount 
  	            console.log("taxincludedamount----", $scope.payingAmnt)
  		    // }
  
  		    /*****THIS IS FOR STEP THREE FORM ******/
  		    // $scope.create = function() {
  		        // if ($scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined) {
  		        //     var x = document.getElementById("snackbar")
  		        //     x.className = "show";
  		        //     setTimeout(function() {
  		        //         x.className = x.className.replace("show", "");
  		        //     }, 3000);
  		        // } else if ($scope.data.name != undefined && $scope.data.email != undefined && $scope.data.number != undefined) {
  		        //     $scope.infoForm = true;
  		        //     console.log("sdasdasdsa");
  		        //     $scope.data.stage = $scope.data.stage;
  		        //     $scope.detail = {};
  		        //     $scope.data.phone = "+91" + $scope.data.number;
  		        //     $http({
  		        //         method: 'POST',
  		        //         url: BASE_URL + '/applicants',
  		        //         data: $scope.data,
  		        //         headers: {}
  		        //     }).then(function mySuccess(result) {
  
  		        //         console.log("=====result=====", result)
  		        //         $scope.detail = result;
  		        //         data.applicantId = result.data.id;
  		        //         $scope.userId = result.data.id;
  		        //         console.log("=====data=====", data)
  		                data.amount = $scope.payingAmnt;
  		                if ($scope.detail != null) {
  		                    $http({
  		                        method: 'POST',
  		                        url: BASE_URL + '/payments',
  		                        data: data,
  		                        headers: {}
  		                    }).then(function mySuccess(paymentResult) {
  		    					Analytics.trackEvent('payments', 'click', 'django.mp4');
  		                    	console.log("paymentResult",paymentResult)
  		                        $scope.paymentResult = paymentResult;
  		                    }, function myError(error) {});
  		                }
  		                var i = 0;
  		                 $scope.payingAmnt =  $scope.payingAmnt * 100;
  		                var options = {
f57ff334e   Palak Handa   update the code
327
  		                    "key": "rzp_live_mhSE1uOBlXvFyJ",
d122fec29   Palak Handa   modify
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
  		                    "amount": $scope.payingAmnt,
  
  		                    "name": "Startup Jalsa",
  		                    "description": "amount",
  		                    "currency": "INR",
  		                    "status": "done",
  
  		                    "theme": {
  		                        "color": "#2196f3 ",
  		                        "image_padding": "NO"
  		                    },
  		                    "modal": {
  		                        "ondismiss": function() {}
  		                    },
  		                    "handler": function(response) {
  		                        createPayment(response);
  		                    }
  		                };
  		                var rzp1 = new Razorpay(options);
  		                rzp1.open();
  		                $scope.paymentResponse = {};
  
  		                function createPayment(response) {
  		                	Analytics.trackEvent('payments', 'click', 'django.mp4');
  		                	console.log("response====from===razorpay",response)
  		                    $route.reload();
  		                    $scope.paymentResponse.razorPaymentId = response.razorpay_payment_id;
  		                    $scope.paymentResponse.razorOrderId = $scope.paymentResult.data.razorOrderId;
  		                    $scope.paymentResponse.amount = data.amount;
  		                    $scope.paymentResponse.currency = "INR";
  		                    $scope.paymentResponse.status = $scope.paymentResult.data.status;
  		                    $http({
  		                        method: 'PUT',
  		                        url: BASE_URL + '/payments/' + $scope.paymentResult.data.id,
  		                        data: $scope.paymentResponse,
  		                        headers: {}
  		                    }).then(function mySuccess(searchResult) {
  		                    	Analytics.trackEvent('payments', 'click', 'django.mp4');
  		                        console.log("searchResult", searchResult)
  		                        $location.path("/confirmation")
  		                        //$scope.showToastr()
  		                        //toaster.success("Registration done successfully");
  
  		                    }, function myError(error) {});
  		                }
  		            }, function myError(error) {});
  		        }
  
  	    	}
dcb703070   Palak Handa   updated new form ...
377

9842ccd27   Palak Handa   changes api call
378
379
  	            //}, function myError(error) {});
  	        //}
6ae8d3cdd   Palak Handa   add new module
380

dcb703070   Palak Handa   updated new form ...
381
  	    //}
6ae8d3cdd   Palak Handa   add new module
382

5348de778   Palak Handa   design updated
383
384
385
386
387
388
389
390
  	    // $scope.showToastr = function() {
  	    //     console.log("called toast")
  	    //     var x = document.getElementById("snacsskbar")
  	    //     x.className = "show";
  	    //     setTimeout(function() {
  	    //         x.className = x.className.replace("show", "");
  	    //     }, 3000);
  	    // }
6ae8d3cdd   Palak Handa   add new module
391

6ae8d3cdd   Palak Handa   add new module
392
  	    /*kk***This code for change data when click to chooses stages***/
163c5adae   Palak Handa   minor changes
393
394
395
396
397
398
399
400
  	    $scope.proto = true;
  	    $scope.businessmodel = true;
  	    $scope.Idea = true;
  	    $scope.current = true;
  
  	    $scope.stage = function(stage) {
  	    $scope.stagekeyPress();
  	    console.log("stage--2",stage)
e847b36f8   Palak Handa   minor changes
401

163c5adae   Palak Handa   minor changes
402
  	        if (stage == 'Idea') {
e847b36f8   Palak Handa   minor changes
403
  	        	$scope.Productshow = "no";
163c5adae   Palak Handa   minor changes
404
405
406
  	            $scope.current = 10;
  	            $scope.proto = true;
  	            $scope.prototyp = false;
713fd1603   Palak Handa   minor changes
407
  	            $scope.protyp = false;
163c5adae   Palak Handa   minor changes
408
409
410
411
412
413
414
415
416
417
418
419
  	            $scope.market = false;
  	            $scope.risks = false;
  	            $scope.team = false;
  	            $scope.pitch = false;
  	            $scope.financials = false;
  	            $scope.businessmodel = true;
  	            $scope.data.stage = stage;
  	            // for right content
  	            $scope.Idea = true;
  	            $scope.Product = false;
  	            $scope.Growth = false;
  	        } else if (stage == 'Product') {
e847b36f8   Palak Handa   minor changes
420
  	        	$scope.Productshow = "no";
163c5adae   Palak Handa   minor changes
421
422
423
  	            $scope.current = 10;
  	            $scope.proto = true;
  	            $scope.prototyp = true;
713fd1603   Palak Handa   minor changes
424
  	            $scope.protyp = true;
163c5adae   Palak Handa   minor changes
425
426
427
428
429
430
431
432
433
434
435
436
  	            $scope.market = true;
  	            $scope.risks = true;
  	            $scope.team = true;
  	            $scope.pitch = true;
  	            $scope.financials = true;
  	            $scope.businessmodel = false;
  	            $scope.data.stage = stage;
  	            // for right content
  	            $scope.Idea = false;
  	            $scope.Product = true;
  	            $scope.Growth = false;
  	        } else if (stage == 'Growth') {
e847b36f8   Palak Handa   minor changes
437
  	        	$scope.Productshow = "yes";
163c5adae   Palak Handa   minor changes
438
439
  	            $scope.current = 10;
  	            $scope.proto = false;
e847b36f8   Palak Handa   minor changes
440
441
  	            $scope.prototyp = true;
  	            $scope.protyp = false;
163c5adae   Palak Handa   minor changes
442
443
444
445
446
447
448
449
450
451
452
453
454
  	            $scope.market = true;
  	            $scope.risks = true;
  	            $scope.team = true;
  	            $scope.pitch = true;
  	            $scope.financials = true;
  	            $scope.businessmodel = false;
  	            // for right content
  	            $scope.Idea = false;
  	            $scope.Product = false;
  	            $scope.Growth = true;
  	            $scope.data.stage = stage;
  	        }
  	    }
e847b36f8   Palak Handa   minor changes
455
456
457
458
459
460
  
  	    $scope.emailTest = function(s){
      		$scope.space = /\s/g.test(s.delegateTarget.value);
      		console.log("space",$scope.space)
  
  		}	
c62079487   Palak Handa   updated design
461
462
463
464
  	    // $scope.enterbusiness = function(business) {
  	    //     console.log("business", business);
  	    //     if (name == undefined) {
  	    //         $scope.current = false;
2d6a9fbea   Palak Handa   complete bugs
465

c62079487   Palak Handa   updated design
466
467
468
469
  	    //     } else if (name != undefined) {
  	    //         $scope.current = true;
  	    //     }
  	    // }
6ae8d3cdd   Palak Handa   add new module
470
471
472
473
474
475
476
  	    /*******FOR FILL THE DATA AND SHOWS ICON GREEN*/
  	    $scope.stagekeyPress = function() {
  	        $('.icon-circle-a').css('background-color', 'rgb(66, 181, 73)');
  	    }
  	    $scope.sectorkeyPress = function() {
  	        $('.icon-circle-b').css('background-color', 'rgb(66, 181, 73)');
  	    }
163c5adae   Palak Handa   minor changes
477
  	    $scope.productLaunchkeyPress = function() {
6ae8d3cdd   Palak Handa   add new module
478
479
  	        $('.icon-circle-ab').css('background-color', 'rgb(66, 181, 73)');
  	    }
163c5adae   Palak Handa   minor changes
480
  	    $scope.launchPeriodkeyPress = function() {
c62079487   Palak Handa   updated design
481
482
483
484
  	        $('.icon-circle-abc').css('background-color', 'rgb(66, 181, 73)');
  	    }
  
  	    $scope.industrykeyPress = function() {
204302c02   Palak Handa   minor changes
485
486
  	    	$scope.addOther = false;
  			$scope.hideSelectBox = true;
c62079487   Palak Handa   updated design
487
  	        $('.icon-circle-abcdefg').css('background-color', 'rgb(66, 181, 73)');
4697da41f   Palak Handa   updated code
488
489
490
491
492
493
  	        var e = document.getElementById("dataIndustry");
  			var dataIndustry = e.options[e.selectedIndex].value;
  			if(dataIndustry == "others") {
  				$scope.addOther = true;
  				$scope.hideSelectBox = false;
  			}
c62079487   Palak Handa   updated design
494
  	    }
204302c02   Palak Handa   minor changes
495
496
497
498
499
500
501
502
  	    $scope.industryNamekeyPress = function(firstName) {
  	        console.log("lastName==", firstName);
  	        if (firstName == undefined) {
  	            $('.icon-circle-o').css('background-color', 'rgb(102, 102, 102)');
  	        } else {
  	            $('.icon-circle-o').css('background-color', 'rgb(66, 181, 73)');
  	        }
  	    }
c62079487   Palak Handa   updated design
503
504
505
  	    $scope.amountkeyPress = function() {
  	        $('.icon-circle-bc').css('background-color', 'rgb(66, 181, 73)');
  	    }
dcb703070   Palak Handa   updated new form ...
506
507
508
  	    $scope.firstNamekeyPress = function(firstName) {
  	        console.log("lastName==", firstName);
  	        if (firstName == undefined) {
6ae8d3cdd   Palak Handa   add new module
509
510
511
512
513
  	            $('.icon-circle-c').css('background-color', 'rgb(102, 102, 102)');
  	        } else {
  	            $('.icon-circle-c').css('background-color', 'rgb(66, 181, 73)');
  	        }
  	    }
dcb703070   Palak Handa   updated new form ...
514

6ae8d3cdd   Palak Handa   add new module
515
516
517
518
519
520
521
522
  	    $scope.emailkeyPress = function(email) {
  	        console.log("email", email);
  	        if (email == undefined) {
  	            $('.icon-circle-d').css('background-color', 'rgb(102, 102, 102)');
  	        } else {
  	            $('.icon-circle-d').css('background-color', 'rgb(66, 181, 73)');
  	        }
  	    }
163c5adae   Palak Handa   minor changes
523
  	    $scope.textCheck = function(){
4697da41f   Palak Handa   updated code
524
  	    	console.log("Val1:::", $scope.textCheck);
163c5adae   Palak Handa   minor changes
525
526
  	    	var e = document.getElementById("fundingDiv");
  			var funding = e.options[e.selectedIndex].value;
204302c02   Palak Handa   minor changes
527
  			$scope.Textshow = "no";
163c5adae   Palak Handa   minor changes
528
  			if(funding == "yes") {
204302c02   Palak Handa   minor changes
529
  				$scope.Textshow = "yes";
163c5adae   Palak Handa   minor changes
530
531
532
  	    	 	console.log("Val:::", $scope.Textshow);
  			}
  	    	
c62079487   Palak Handa   updated design
533
  	    }
4697da41f   Palak Handa   updated code
534
535
536
537
538
539
540
541
542
543
544
  	    $scope.productCheck = function(){
  	    	console.log("Val2:::", $scope.productCheck);
  	    	var e = document.getElementById("productDiv");
  			var product = e.options[e.selectedIndex].value;
  			$scope.Productshow = "no";
  			if(product == "yes") {
  				$scope.Productshow = "yes";
  	    	 	console.log("Val1:::", $scope.Productshow);
  			}
  	    	
  	    }
6ae8d3cdd   Palak Handa   add new module
545
546
547
  
  	    $scope.phonekeyPress = function(number) {
  	        console.log("number", number);
204302c02   Palak Handa   minor changes
548
  	        if (number == undefined || number == '') {
6ae8d3cdd   Palak Handa   add new module
549
550
551
552
553
554
555
556
557
558
559
560
561
562
  	            $('.icon-circle-e').css('background-color', 'rgb(102, 102, 102)');
  	        } else {
  	            $('.icon-circle-e').css('background-color', 'rgb(66, 181, 73)');
  	        }
  	    }
  
  	    $scope.citykeyPress = function(city) {
  	        console.log("city", city);
  	        if (city == undefined) {
  	            $('.icon-circle-f').css('background-color', 'rgb(102, 102, 102)');
  	        } else {
  	            $('.icon-circle-f').css('background-color', 'rgb(66, 181, 73)');
  	        }
  	    }
dcb703070   Palak Handa   updated new form ...
563
  	    $scope.lastNamekeyPress = function(q) {
6ae8d3cdd   Palak Handa   add new module
564
565
566
567
568
569
  	        if (q == undefined) {
  	            $('.icon-circle-x').css('background-color', 'rgb(102, 102, 102)');
  	        } else {
  	            $('.icon-circle-x').css('background-color', 'rgb(66, 181, 73)');
  	        }
  	    }
dcb703070   Palak Handa   updated new form ...
570
  	    $scope.linkedInkeyPress = function(technology) {
204302c02   Palak Handa   minor changes
571
  	        if (technology == undefined || technology == '') {
6ae8d3cdd   Palak Handa   add new module
572
573
574
575
576
  	            $('.icon-circle-h').css('background-color', 'rgb(102, 102, 102)');
  	        } else {
  	            $('.icon-circle-h').css('background-color', 'rgb(66, 181, 73)');
  	        }
  	    }
dcb703070   Palak Handa   updated new form ...
577
  	    $scope.companykeyPress = function(problem) {
6ae8d3cdd   Palak Handa   add new module
578
579
580
581
582
583
  	        if (problem == undefined) {
  	            $('.icon-circle-i').css('background-color', 'rgb(102, 102, 102)');
  	        } else {
  	            $('.icon-circle-i').css('background-color', 'rgb(66, 181, 73)');
  	        }
  	    }
dcb703070   Palak Handa   updated new form ...
584
  	    $scope.productNamekeyPress = function(solution) {
6ae8d3cdd   Palak Handa   add new module
585
586
587
588
589
590
591
592
593
  	        if (solution == undefined) {
  	            $('.icon-circle-j').css('background-color', 'rgb(102, 102, 102)');
  	        } else {
  	            $('.icon-circle-j').css('background-color', 'rgb(66, 181, 73)');
  	        }
  	    }
  	    $scope.businesskeyPress = function(business) {
  	        $('.icon-circle-p').css('background-color', 'rgb(66, 181, 73)');
  	    }
dcb703070   Palak Handa   updated new form ...
594
  	    $scope.websitekeyPress = function(prototype) {
204302c02   Palak Handa   minor changes
595
  	        if (prototype == undefined  || prototype == '') {
6ae8d3cdd   Palak Handa   add new module
596
597
598
599
600
  	            $('.icon-circle-k').css('background-color', 'rgb(102, 102, 102)');
  	        } else {
  	            $('.icon-circle-k').css('background-color', 'rgb(66, 181, 73)');
  	        }
  	    }
dcb703070   Palak Handa   updated new form ...
601
  	    $scope.employeekeyPress = function(market) {
204302c02   Palak Handa   minor changes
602
  	        if (market == undefined || market == '') {
6ae8d3cdd   Palak Handa   add new module
603
604
605
606
607
  	            $('.icon-circle-l').css('background-color', 'rgb(102, 102, 102)');
  	        } else {
  	            $('.icon-circle-l').css('background-color', 'rgb(66, 181, 73)');
  	        }
  	    }
dcb703070   Palak Handa   updated new form ...
608
  	    $scope.annualkeyPress = function(risk) {
204302c02   Palak Handa   minor changes
609
  	        if (risk == undefined || risk == '') {
6ae8d3cdd   Palak Handa   add new module
610
611
612
613
614
  	            $('.icon-circle-m').css('background-color', 'rgb(102, 102, 102)');
  	        } else {
  	            $('.icon-circle-m').css('background-color', 'rgb(66, 181, 73)');
  	        }
  	    }
dcb703070   Palak Handa   updated new form ...
615
  	    $scope.revenuekeyPress = function(team) {
204302c02   Palak Handa   minor changes
616
  	        if (team == undefined || team == '') {
6ae8d3cdd   Palak Handa   add new module
617
618
619
620
621
  	            $('.icon-circle-n').css('background-color', 'rgb(102, 102, 102)');
  	        } else {
  	            $('.icon-circle-n').css('background-color', 'rgb(66, 181, 73)');
  	        }
  	    }
dcb703070   Palak Handa   updated new form ...
622
  	    $scope.descriptionkeyPress = function(pitch) {
6ae8d3cdd   Palak Handa   add new module
623
624
625
626
627
628
  	        if (pitch == undefined) {
  	            $('.icon-circle-z').css('background-color', 'rgb(102, 102, 102)');
  	        } else {
  	            $('.icon-circle-z').css('background-color', 'rgb(66, 181, 73)');
  	        }
  	    }
91eeb4455   Palak Handa   modify
629
630
631
632
  	    $scope.removeNooError = function() {
  	    	$('#invalidIdea').css('display', 'block');
  	        $('#noExist').css('display', 'none');
  	    };
c62079487   Palak Handa   updated design
633
  	    $scope.ideakeyPress = function(financial) {
6ae8d3cdd   Palak Handa   add new module
634
635
  	        console.log("financial", financial);
  	        if (financial == undefined) {
91eeb4455   Palak Handa   modify
636
  	        	$('#invalidIdea').css('display', 'block');
6ae8d3cdd   Palak Handa   add new module
637
638
  	            $('.icon-circle-q').css('background-color', 'rgb(102, 102, 102)');
  	        } else {
91eeb4455   Palak Handa   modify
639
  	        	$('#invalidIdea').css('display', 'none');
6ae8d3cdd   Palak Handa   add new module
640
641
642
  	            $('.icon-circle-q').css('background-color', 'rgb(66, 181, 73)');
  	        }
  	    }
c62079487   Palak Handa   updated design
643
644
645
646
647
648
649
650
651
  
  	    $scope.fundkeyPress = function(financial) {
  	        console.log("financial", financial);
  	        if (financial == undefined) {
  	            $('.icon-circle-y').css('background-color', 'rgb(102, 102, 102)');
  	        } else {
  	            $('.icon-circle-y').css('background-color', 'rgb(66, 181, 73)');
  	        }
  	    }
2d6a9fbea   Palak Handa   complete bugs
652
653
654
655
656
657
658
  	    $scope.changeReferalIconColor = function(referalToken){
  	    	if (referalToken == undefined || referalToken == '') {
  	    		$('.referel-icon').css('background-color', 'rgb(102, 102, 102)');
  	    	}else {
  	            $('.referel-icon').css('background-color', 'rgb(66, 181, 73)');
  	        }
  	    }
6ae8d3cdd   Palak Handa   add new module
659

53b83aa9e   Palak Handa   first commit
660
  	});
2d6a9fbea   Palak Handa   complete bugs
661
  	scotchApp.controller('verifyController', function($scope, $http, $location, $route,BASE_URL) {
d8feb0ddb   Palak Handa   design updated
662
  	    $scope.pendingPaymentId = $route.current.params.id
6ae8d3cdd   Palak Handa   add new module
663
664
665
666
667
668
  	    $http({
  	        method: "GET",
  	        url: BASE_URL + '/applicants/' + $scope.pendingPaymentId,
  	    }).then(function mySuccess(response) {
  	        $scope.data = response.data;
  	        console.log("response-1", response);
d8feb0ddb   Palak Handa   design updated
669
670
  	        $scope.pendingPaymentId = $route.current.params.id;
  	        
6ae8d3cdd   Palak Handa   add new module
671
672
673
674
675
676
  	        $http({
  	            method: "GET",
  	            url: BASE_URL + '/payments?filter={"where":{"applicantId":' + $scope.pendingPaymentId + '}}',
  	        }).then(function mySuccess(response) {
  	            $scope.paymentRecord = response.data;
  	        }, function myError(response) {
6ae8d3cdd   Palak Handa   add new module
677
678
679
680
681
682
683
684
685
  	        });
  	    }, function myError(response) {
  	        $scope.myWelcome = response.statusText;
  	    });
  
  	    $scope.checkView = false;
  	    $scope.verifyView = false;
  
  	    $scope.pendingPaymentId = '';
6ae8d3cdd   Palak Handa   add new module
686
687
688
689
690
  	    $scope.update = function() {
  
  	        $http({
  	            method: 'GET',
  	            url: BASE_URL + '/payments?filter={"where":{"applicantId": ' + $scope.pendingPaymentId + '}}',
6ae8d3cdd   Palak Handa   add new module
691
692
  	            headers: {}
  	        }).then(function mySuccess(searchResult) {
c556cc81b   Palak Handa   minor changes
693
694
  	            if (searchResult.data[0].status == "created") {
  	            //if (searchResult.data[0].status == "cancelled") {
6ae8d3cdd   Palak Handa   add new module
695
696
  	                $scope.checkView = true;
  	                $scope.verifyView = false;
ced66f2dc   Palak Handa   minor changes
697
698
699
700
  	                $scope.amount = searchResult.data[0].amount;
  	                $scope.searchResult = searchResult.data[0];
  	                console.log('====searchResult===', searchResult);
  	        		console.log("searchResult=====",searchResult.data[0].razorOrderId)
6ae8d3cdd   Palak Handa   add new module
701
  	                var i = 0;
ced66f2dc   Palak Handa   minor changes
702
  	                $scope.amount =  $scope.amount * 100;
6ae8d3cdd   Palak Handa   add new module
703
  	                var options = {
f2142e490   Palak Handa   rajorpay key updated
704
705
  	                    "key": "rzp_live_mhSE1uOBlXvFyJ",
  	                    //"key" : "rzp_test_YwHsVFiDIQ2WUQ",
6ae8d3cdd   Palak Handa   add new module
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
  	                    "amount": $scope.amount,
  
  	                    "name": "Startup Jalsa",
  	                    "description": "amount",
  	                    "currency": "INR",
  	                    "status": "done",
  
  	                    "theme": {
  	                        "color": "#2196f3 ",
  	                        "image_padding": "NO"
  	                    },
  	                    "modal": {
  	                        "ondismiss": function() {}
  	                    },
  	                    "handler": function(response) {
  	                        createPayment(response);
  	                    }
  	                };
  	                var rzp1 = new Razorpay(options);
  	                rzp1.open();
  	                $scope.paymentResponse = {};
6ae8d3cdd   Palak Handa   add new module
727
  	                function createPayment(response) {
ced66f2dc   Palak Handa   minor changes
728
729
  	                	$scope.amount =  $scope.amount / 100;
  	                	console.log("response======retepaymen",response);
6ae8d3cdd   Palak Handa   add new module
730
  	                    $scope.paymentResponse.razorPaymentId = response.razorpay_payment_id;
ced66f2dc   Palak Handa   minor changes
731
  	                    $scope.paymentResponse.razorOrderId = $scope.searchResult.razorOrderId;
6ae8d3cdd   Palak Handa   add new module
732
  	                    $scope.paymentResponse.amount = $scope.amount;
ced66f2dc   Palak Handa   minor changes
733
734
735
  	                    $scope.paymentResponse.currency = $scope.searchResult.currency;
  	                    $scope.paymentResponse.status = $scope.searchResult.status;
  	                    $scope.paymentResponse.applicantId = $scope.searchResult.applicantId;
6ae8d3cdd   Palak Handa   add new module
736
737
738
  	                    console.log("$scope.paymentResponse", $scope.paymentResponse)
  	                    $http({
  	                        method: 'PUT',
ced66f2dc   Palak Handa   minor changes
739
  	                        url: BASE_URL + '/payments/' + $scope.searchResult.id,
6ae8d3cdd   Palak Handa   add new module
740
741
742
  	                        data: $scope.paymentResponse,
  	                        headers: {}
  	                    }).then(function mySuccess(searchResult) {
8e25d825b   Palak Handa   changes the rajor...
743
  	                    	console.log("finalsearchResult",searchResult)
ced66f2dc   Palak Handa   minor changes
744
  	                    	$location.path("/confirmation")
6ae8d3cdd   Palak Handa   add new module
745
746
747
748
749
750
751
752
753
754
755
  	                    }, function myError(error) {
  
  	                    });
  	                }
  	            } else {
  
  	            }
  
  	        }, function myError(error) {});
  	    }
  	});
53b83aa9e   Palak Handa   first commit
756

2d6a9fbea   Palak Handa   complete bugs
757
  	scotchApp.controller('ambassadorController', function($scope, $http, $location, $route,BASE_URL) {
6ae8d3cdd   Palak Handa   add new module
758
  		$scope.data = {};
8e25d825b   Palak Handa   changes the rajor...
759
760
  		$scope.check = false;
  	    $scope.numberCheck = false;
5348de778   Palak Handa   design updated
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
  	    /*open videos in modal*/
  	    $scope.openyoutube16 = function(){
  			$('#videoModel').modal('show');
  	    }
  
  	     $scope.openyoutube17 = function(){
  			$('#videoModels').modal('show');
  	    }
  
  	    $scope.closeModal = function(){
  	    	var url = $('#youtubePlayer').attr('src');
  			$('#youtubePlayer').attr('src', '');
  			$('#youtubePlayer').attr('src', url);
  	    }
  	    /*open videos ends here*/
  
  	    $scope.removeError = function() {
e847b36f8   Palak Handa   minor changes
778
  	    	console.log("doooo")
5348de778   Palak Handa   design updated
779
780
781
  	        $('#invalidEmail').css('display', 'none');
  	        $('#alreadyExist').css('display', 'none');
  	    };
8e25d825b   Palak Handa   changes the rajor...
782
  		$scope.emailcheck = function(val) {
e847b36f8   Palak Handa   minor changes
783
784
785
  			consol.log("kdsbd")
  			$scope.space = /\s/g.test(val);
      		console.log("space",$scope.space)
8e25d825b   Palak Handa   changes the rajor...
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
  	        if (val == undefined) {
  	            $('#invalidEmail').css('display', 'block');
  	        } else {
  	            $http({
  	                method: 'GET',
  	                url: BASE_URL + '/ambassadors?filter={"where": {"email": {"like":"%25' + $scope.data.email + '%25"}}}',
  	                headers: {}
  	            }).then(function mySuccess(searchResult) {
  	                console.log("searchResult1===>", searchResult)
  	                if (searchResult.data.length == 0) {
  	                    $scope.check = false;
  	                } else {
  	                    $scope.check = true;
  	                    $('#alreadyExist').css('display', 'block');
  	                }
  	            }, function myError(error) {});
  	        }
  	    };
6db0109b5   Palak Handa   minor changes
804
805
806
807
  	    $scope.removeNoError = function() {
  	    	$('#invalidNumber').css('display', 'none');
  	        $('#noExist').css('display', 'none');
  	    };
8e25d825b   Palak Handa   changes the rajor...
808
809
  
  	    $scope.numbercheck = function(number) {
5348de778   Palak Handa   design updated
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
  	    	// if (val == undefined) {
  	     //        $('#invalidNumber').css('display', 'block');
  	     //    } else {
  	        	$http({
  	            	method: 'GET',
  	            	url: BASE_URL + '/ambassadors?filter={"where": {"mobile": {"like":"%25' + number + '%25"}}}',
  	            	data: $scope.data,
  	            	headers: {}
  	        	}).then(function mySuccess(searchResult) {
  	            	console.log("searchResult===>", searchResult)
  	            	if (searchResult.data.length == 0) {
  	                	$scope.numberCheck = false;
  	            	} else {
  	                	$scope.numberCheck = true;
  	                	$('#noExist').css('display', 'block');
  	            	}
  	        	}, function myError(error) {});
  	       	//}
8e25d825b   Palak Handa   changes the rajor...
828

8e25d825b   Palak Handa   changes the rajor...
829
  	    };
6ae8d3cdd   Palak Handa   add new module
830
831
832
833
834
835
836
  		$scope.submit = function() {
  			console.log($scope.data.name)
  			var randomNumber = ""+Math.random();
  			var nameSpliced = $scope.data.name.slice(0,3);
  			var numberSpliced = randomNumber.slice(2,5);
  			$scope.data.referalToken = nameSpliced+numberSpliced;
  			$scope.data.referalToken = $scope.data.referalToken.toUpperCase();
2d6a9fbea   Palak Handa   complete bugs
837

6ae8d3cdd   Palak Handa   add new module
838
839
840
841
842
843
844
845
  	         $http({
  	                method: 'POST',
  	                url: BASE_URL + '/ambassadors',
  	                data: $scope.data,
  	                headers: {}
  	            }).then(function mySuccess(result) {
  	                console.log("result", result)
  	                $scope.detail = result;
2d6a9fbea   Palak Handa   complete bugs
846
847
848
849
850
  	                $('#myModal').modal('show');
  	              	 $scope.data.name = '';
  	                $scope.data.email = '';
  	                $scope.data.mobile = '';
  	            
6db0109b5   Palak Handa   minor changes
851
852
853
854
  	            }, function myError(error) {
  	            	console.log(error)
  	            	console.log(error.data.error.message)
  	            });
2d6a9fbea   Palak Handa   complete bugs
855
  	        console.log($scope.data)
6ae8d3cdd   Palak Handa   add new module
856
857
  	        }
  	});
53b83aa9e   Palak Handa   first commit
858

96991e0c1   Palak Handa   update
859