Commit 317a805717a01dc2e85f34ba444504d39f17be2d
1 parent
5f03559c63
Exists in
master
and in
1 other branch
city selected
Showing
3 changed files
with
36 additions
and
998 deletions
Show diff stats
pages/ambassador.html
... | ... | @@ -41,8 +41,8 @@ |
41 | 41 | <div class="icon-circle-f"> |
42 | 42 | <i class="material-icons" style="line-height: 30px;">location_city</i> |
43 | 43 | </div> |
44 | - <select ng-model="data.city" ng-change="selectcity(data.city); citykeyPress(data.city)" style="background-color: #fff; border-radius: 0; font-size: 12px; height: 44px;" required> | |
45 | - <option name="city" selected disabled value="">Choose City *</option> | |
44 | + <select ng-model="city" ng-change="selectcity(city); citykeyPress(city)" style="background-color: #fff; border-radius: 0; font-size: 12px; height: 44px;" required> | |
45 | + <option name="city" selected disabled value="">{{city}}</option> | |
46 | 46 | <option value="Ahmedabad">Ahmedabad</option> |
47 | 47 | <option value="Bangalore">Bangalore</option> |
48 | 48 | <option value="Chennai">Chennai</option> | ... | ... |
pages/registration.html
... | ... | @@ -22,7 +22,7 @@ |
22 | 22 | </label> |
23 | 23 | <div class="clearfix"></div> |
24 | 24 | <div class="card-text2"> |
25 | - <button class="btn btn-info apply-act" style="margin-bottom: 4%;float: right;padding: 3px 10px 3px 10px;margin-right: 7%;border-radius: 12px;" data-toggle="collapse" ng-click="watch()" >Apply</button> | |
25 | + <button class="btn btn-info apply-act" style="margin-bottom: 4%;float: right;padding: 3px 10px 3px 10px;margin-right: 7%;border-radius: 12px;" data-toggle="collapse" ng-click="watch('Bangalore')" >Apply</button> | |
26 | 26 | </div> |
27 | 27 | </div> |
28 | 28 | </div> |
... | ... | @@ -46,7 +46,7 @@ |
46 | 46 | </label> |
47 | 47 | <div class="clearfix"></div> |
48 | 48 | <div class="card-text2"> |
49 | - <button class="btn btn-info apply-act" style="margin-bottom: 4%;float: right;padding: 3px 10px 3px 10px;margin-right: 7%;border-radius: 12px;" data-toggle="collapse" ng-click="watch()" >Apply</button> | |
49 | + <button class="btn btn-info apply-act" style="margin-bottom: 4%;float: right;padding: 3px 10px 3px 10px;margin-right: 7%;border-radius: 12px;" data-toggle="collapse" ng-click="watch('Chennai')" >Apply</button> | |
50 | 50 | </div> |
51 | 51 | </div> |
52 | 52 | </div> |
... | ... | @@ -70,7 +70,7 @@ |
70 | 70 | </label> |
71 | 71 | <div class="clearfix"></div> |
72 | 72 | <div class="card-text2"> |
73 | - <button class="btn btn-info apply-act" style="margin-bottom: 4%;float: right;padding: 3px 10px 3px 10px;margin-right: 7%;border-radius: 12px;" data-toggle="collapse" ng-click="watch()" >Apply</button> | |
73 | + <button class="btn btn-info apply-act" style="margin-bottom: 4%;float: right;padding: 3px 10px 3px 10px;margin-right: 7%;border-radius: 12px;" data-toggle="collapse" ng-click="watch('Hyderabad')" >Apply</button> | |
74 | 74 | </div> |
75 | 75 | </div> |
76 | 76 | </div> |
... | ... | @@ -94,7 +94,7 @@ |
94 | 94 | </label> |
95 | 95 | <div class="clearfix"></div> |
96 | 96 | <div class="card-text2"> |
97 | - <button class="btn btn-info apply-act" style="margin-bottom: 4%;float: right;padding: 3px 10px 3px 10px;margin-right: 7%;border-radius: 12px;" data-toggle="collapse" ng-click="watch()" >Apply</button> | |
97 | + <button class="btn btn-info apply-act" style="margin-bottom: 4%;float: right;padding: 3px 10px 3px 10px;margin-right: 7%;border-radius: 12px;" data-toggle="collapse" ng-click="watch('Mumbai')" >Apply</button> | |
98 | 98 | </div> |
99 | 99 | </div> |
100 | 100 | </div> |
... | ... | @@ -123,7 +123,7 @@ |
123 | 123 | </label> |
124 | 124 | <div class="clearfix"></div> |
125 | 125 | <div class="card-text2"> |
126 | - <button class="btn btn-info apply-act" style="margin-bottom: 4%;float: right;padding: 3px 10px 3px 10px;margin-right: 7%;border-radius: 12px;" data-toggle="collapse" ng-click="watch()" >Apply</button> | |
126 | + <button class="btn btn-info apply-act" style="margin-bottom: 4%;float: right;padding: 3px 10px 3px 10px;margin-right: 7%;border-radius: 12px;" data-toggle="collapse" ng-click="watch('Guwahati')" >Apply</button> | |
127 | 127 | </div> |
128 | 128 | </div> |
129 | 129 | </div> |
... | ... | @@ -147,7 +147,7 @@ |
147 | 147 | </label> |
148 | 148 | <div class="clearfix"></div> |
149 | 149 | <div class="card-text2"> |
150 | - <button class="btn btn-info apply-act" style="margin-bottom: 4%;float: right;padding: 3px 10px 3px 10px;margin-right: 7%;border-radius: 12px;" data-toggle="collapse" ng-click="watch()" >Apply</button> | |
150 | + <button class="btn btn-info apply-act" style="margin-bottom: 4%;float: right;padding: 3px 10px 3px 10px;margin-right: 7%;border-radius: 12px;" data-toggle="collapse" ng-click="watch('Kolkata')" >Apply</button> | |
151 | 151 | </div> |
152 | 152 | </div> |
153 | 153 | </div> |
... | ... | @@ -171,7 +171,7 @@ |
171 | 171 | </label> |
172 | 172 | <div class="clearfix"></div> |
173 | 173 | <div class="card-text2"> |
174 | - <button class="btn btn-info apply-act" style="margin-bottom: 4%;float: right;padding: 3px 10px 3px 10px;margin-right: 7%;border-radius: 12px;" data-toggle="collapse" ng-click="watch()" >Apply</button> | |
174 | + <button class="btn btn-info apply-act" style="margin-bottom: 4%;float: right;padding: 3px 10px 3px 10px;margin-right: 7%;border-radius: 12px;" data-toggle="collapse" ng-click="watch('Jaipur')" >Apply</button> | |
175 | 175 | </div> |
176 | 176 | </div> |
177 | 177 | </div> |
... | ... | @@ -195,7 +195,7 @@ |
195 | 195 | </label> |
196 | 196 | <div class="clearfix"></div> |
197 | 197 | <div class="card-text2"> |
198 | - <button class="btn btn-info apply-act" style="margin-bottom: 4%;float: right;padding: 3px 10px 3px 10px;margin-right: 7%;border-radius: 12px;" data-toggle="collapse" ng-click="watch()" >Apply</button> | |
198 | + <button class="btn btn-info apply-act" style="margin-bottom: 4%;float: right;padding: 3px 10px 3px 10px;margin-right: 7%;border-radius: 12px;" data-toggle="collapse" ng-click="watch('Delhi')" >Apply</button> | |
199 | 199 | </div> |
200 | 200 | </div> |
201 | 201 | </div> |
... | ... | @@ -224,7 +224,7 @@ |
224 | 224 | </label> |
225 | 225 | <div class="clearfix"></div> |
226 | 226 | <div class="card-text2"> |
227 | - <button class="btn btn-info apply-act" style="margin-bottom: 4%;float: right;padding: 3px 10px 3px 10px;margin-right: 7%;border-radius: 12px;" data-toggle="collapse" ng-click="watch()" >Apply</button> | |
227 | + <button class="btn btn-info apply-act" style="margin-bottom: 4%;float: right;padding: 3px 10px 3px 10px;margin-right: 7%;border-radius: 12px;" data-toggle="collapse" ng-click="watch('Kanpur')" >Apply</button> | |
228 | 228 | </div> |
229 | 229 | </div> |
230 | 230 | </div> |
... | ... | @@ -248,7 +248,7 @@ |
248 | 248 | </label> |
249 | 249 | <div class="clearfix"></div> |
250 | 250 | <div class="card-text2"> |
251 | - <button class="btn btn-info apply-act" style="margin-bottom: 4%;float: right;padding: 3px 10px 3px 10px;margin-right: 7%;border-radius: 12px;" data-toggle="collapse" ng-click="watch()" >Apply</button> | |
251 | + <button class="btn btn-info apply-act" style="margin-bottom: 4%;float: right;padding: 3px 10px 3px 10px;margin-right: 7%;border-radius: 12px;" data-toggle="collapse" ng-click="watch('Ahmedabad')" >Apply</button> | |
252 | 252 | </div> |
253 | 253 | </div> |
254 | 254 | </div> | ... | ... |
script.js
... | ... | @@ -17,11 +17,11 @@ |
17 | 17 | controller: 'mainController' |
18 | 18 | }) |
19 | 19 | |
20 | - // route for the paymentVerify page | |
21 | - .when('/pendingPayment/:id', { | |
22 | - templateUrl: 'pages/verify.html', | |
23 | - controller: 'verifyController' | |
24 | - }) | |
20 | + // // route for the paymentVerify page | |
21 | + // .when('/pendingPayment/:id', { | |
22 | + // templateUrl: 'pages/verify.html', | |
23 | + // controller: 'verifyController' | |
24 | + // }) | |
25 | 25 | |
26 | 26 | // route for the ambassador page |
27 | 27 | .when('/registration', { |
... | ... | @@ -59,223 +59,6 @@ |
59 | 59 | hide: false |
60 | 60 | }; |
61 | 61 | |
62 | - // var maininvest = new Date("Dec 16, 2017 06:00:00").getTime(); | |
63 | - // // Update the count down every 1 second | |
64 | - // var x = setInterval(function() { | |
65 | - // // Get todays date and time | |
66 | - // var now = new Date().getTime(); | |
67 | - // // Find the distance between now an the count down date | |
68 | - // var distance = maininvest - now; | |
69 | - // // Time calculations for days, hours, minutes and seconds | |
70 | - // var days = Math.floor(distance / (1000 * 60 * 60 * 24)); | |
71 | - // var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); | |
72 | - // var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); | |
73 | - // var seconds = Math.floor((distance % (1000 * 60)) / 1000); | |
74 | - // $scope.timer = days + "d " + hours + "h " | |
75 | - // + minutes + "m " + seconds + "s " | |
76 | - // // Output the result in an element with id="demo" | |
77 | - // document.getElementById("maininvest").innerHTML = days + "d " + hours + "h " | |
78 | - // + minutes + "m " + seconds + "s "; | |
79 | - // // If the count down is over, write some text | |
80 | - // if (distance < 0) { | |
81 | - // // $scope.extendedAmount = | |
82 | - // clearInterval(x); | |
83 | - // document.getElementById("maininvest").innerHTML = "EXPIRED"; | |
84 | - // } | |
85 | - // }, 1000); | |
86 | - | |
87 | - // var pune = new Date("Nov 11, 2017 12:00:00").getTime(); | |
88 | - // // Update the count down every 1 second | |
89 | - // var x = setInterval(function() { | |
90 | - // // Get todays date and time | |
91 | - // var now = new Date().getTime(); | |
92 | - // // Find the distance between now an the count down date | |
93 | - // var distance = pune - now; | |
94 | - // // Time calculations for days, hours, minutes and seconds | |
95 | - // var days = Math.floor(distance / (1000 * 60 * 60 * 24)); | |
96 | - // var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); | |
97 | - // var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); | |
98 | - // var seconds = Math.floor((distance % (1000 * 60)) / 1000); | |
99 | - // $scope.timer = days + "d " + hours + "h " | |
100 | - // + minutes + "m " + seconds + "s " | |
101 | - // // Output the result in an element with id="demo" | |
102 | - // document.getElementById("pune").innerHTML = days + "d " + hours + "h " | |
103 | - // + minutes + "m " + seconds + "s "; | |
104 | - // // If the count down is over, write some text | |
105 | - // if (distance < 0) { | |
106 | - // clearInterval(x); | |
107 | - // document.getElementById("pune").innerHTML = "EXPIRED"; | |
108 | - // } | |
109 | - // }, 1000); | |
110 | - | |
111 | - // var mumbai = new Date("Nov 13, 2017 16:00:00").getTime(); | |
112 | - // // Update the count down every 1 second | |
113 | - // var x = setInterval(function() { | |
114 | - // // Get todays date and time | |
115 | - // var now = new Date().getTime(); | |
116 | - // // Find the distance between now an the count down date | |
117 | - // var distance = mumbai - now; | |
118 | - // // Time calculations for days, hours, minutes and seconds | |
119 | - // var days = Math.floor(distance / (1000 * 60 * 60 * 24)); | |
120 | - // var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); | |
121 | - // var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); | |
122 | - // var seconds = Math.floor((distance % (1000 * 60)) / 1000); | |
123 | - // $scope.timer = days + "d " + hours + "h " | |
124 | - // + minutes + "m " + seconds + "s " | |
125 | - // // Output the result in an element with id="demo" | |
126 | - // document.getElementById("mumbai").innerHTML = days + "d " + hours + "h " | |
127 | - // + minutes + "m " + seconds + "s "; | |
128 | - // // If the count down is over, write some text | |
129 | - // if (distance < 0) { | |
130 | - // clearInterval(x); | |
131 | - // document.getElementById("mumbai").innerHTML = "EXPIRED"; | |
132 | - // } | |
133 | - // }, 1000); | |
134 | - | |
135 | - // var ahmedabad = new Date("Nov 15, 2017 16:00:00").getTime(); | |
136 | - // // Update the count down every 1 second | |
137 | - // var x = setInterval(function() { | |
138 | - // // Get todays date and time | |
139 | - // var now = new Date().getTime(); | |
140 | - // // Find the distance between now an the count down date | |
141 | - // var distance = ahmedabad - now; | |
142 | - // // Time calculations for days, hours, minutes and seconds | |
143 | - // var days = Math.floor(distance / (1000 * 60 * 60 * 24)); | |
144 | - // var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); | |
145 | - // var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); | |
146 | - // var seconds = Math.floor((distance % (1000 * 60)) / 1000); | |
147 | - // $scope.timer = days + "d " + hours + "h " | |
148 | - // + minutes + "m " + seconds + "s " | |
149 | - // // Output the result in an element with id="demo" | |
150 | - // document.getElementById("ahmedabad").innerHTML = days + "d " + hours + "h " | |
151 | - // + minutes + "m " + seconds + "s "; | |
152 | - // // If the count down is over, write some text | |
153 | - // if (distance < 0) { | |
154 | - // clearInterval(x); | |
155 | - // document.getElementById("ahmedabad").innerHTML = "EXPIRED"; | |
156 | - // } | |
157 | - // }, 1000); | |
158 | - | |
159 | - // var jaipur = new Date("Nov 17, 2017 16:00:00").getTime(); | |
160 | - // // Update the count down every 1 second | |
161 | - // var x = setInterval(function() { | |
162 | - // // Get todays date and time | |
163 | - // var now = new Date().getTime(); | |
164 | - // // Find the distance between now an the count down date | |
165 | - // var distance = jaipur - now; | |
166 | - // // Time calculations for days, hours, minutes and seconds | |
167 | - // var days = Math.floor(distance / (1000 * 60 * 60 * 24)); | |
168 | - // var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); | |
169 | - // var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); | |
170 | - // var seconds = Math.floor((distance % (1000 * 60)) / 1000); | |
171 | - // $scope.timer = days + "d " + hours + "h " | |
172 | - // + minutes + "m " + seconds + "s " | |
173 | - // // Output the result in an element with id="demo" | |
174 | - // document.getElementById("jaipur").innerHTML = days + "d " + hours + "h " | |
175 | - // + minutes + "m " + seconds + "s "; | |
176 | - // // If the count down is over, write some text | |
177 | - // if (distance < 0) { | |
178 | - // clearInterval(x); | |
179 | - // document.getElementById("jaipur").innerHTML = "EXPIRED"; | |
180 | - // } | |
181 | - // }, 1000); | |
182 | - | |
183 | - // var bangalore = new Date("Nov 22, 2017 16:00:00").getTime(); | |
184 | - // // Update the count down every 1 second | |
185 | - // var x = setInterval(function() { | |
186 | - // // Get todays date and time | |
187 | - // var now = new Date().getTime(); | |
188 | - // // Find the distance between now an the count down date | |
189 | - // var distance = bangalore - now; | |
190 | - // // Time calculations for days, hours, minutes and seconds | |
191 | - // var days = Math.floor(distance / (1000 * 60 * 60 * 24)); | |
192 | - // var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); | |
193 | - // var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); | |
194 | - // var seconds = Math.floor((distance % (1000 * 60)) / 1000); | |
195 | - // $scope.timer = days + "d " + hours + "h " | |
196 | - // + minutes + "m " + seconds + "s " | |
197 | - // // Output the result in an element with id="demo" | |
198 | - // document.getElementById("bangalore").innerHTML = days + "d " + hours + "h " | |
199 | - // + minutes + "m " + seconds + "s "; | |
200 | - // // If the count down is over, write some text | |
201 | - // if (distance < 0) { | |
202 | - // clearInterval(x); | |
203 | - // document.getElementById("bangalore").innerHTML = "EXPIRED"; | |
204 | - // } | |
205 | - // }, 1000); | |
206 | - | |
207 | - // var hyderabad = new Date("Nov 21, 2017 16:00:00").getTime(); | |
208 | - // // Update the count down every 1 second | |
209 | - // var x = setInterval(function() { | |
210 | - // // Get todays date and time | |
211 | - // var now = new Date().getTime(); | |
212 | - // // Find the distance between now an the count down date | |
213 | - // var distance = hyderabad - now; | |
214 | - // // Time calculations for days, hours, minutes and seconds | |
215 | - // var days = Math.floor(distance / (1000 * 60 * 60 * 24)); | |
216 | - // var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); | |
217 | - // var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); | |
218 | - // var seconds = Math.floor((distance % (1000 * 60)) / 1000); | |
219 | - // $scope.timer = days + "d " + hours + "h " | |
220 | - // + minutes + "m " + seconds + "s " | |
221 | - // // Output the result in an element with id="demo" | |
222 | - // document.getElementById("hyderabad").innerHTML = days + "d " + hours + "h " | |
223 | - // + minutes + "m " + seconds + "s "; | |
224 | - // // If the count down is over, write some text | |
225 | - // if (distance < 0) { | |
226 | - // clearInterval(x); | |
227 | - // document.getElementById("hyderabad").innerHTML = "EXPIRED"; | |
228 | - // } | |
229 | - // }, 1000); | |
230 | - | |
231 | - // var delhi = new Date("Nov 27, 2017 12:00:00").getTime(); | |
232 | - // // Update the count down every 1 second | |
233 | - // var x = setInterval(function() { | |
234 | - // // Get todays date and time | |
235 | - // var now = new Date().getTime(); | |
236 | - // // Find the distance between now an the count down date | |
237 | - // var distance = delhi - now; | |
238 | - // // Time calculations for days, hours, minutes and seconds | |
239 | - // var days = Math.floor(distance / (1000 * 60 * 60 * 24)); | |
240 | - // var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); | |
241 | - // var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); | |
242 | - // var seconds = Math.floor((distance % (1000 * 60)) / 1000); | |
243 | - // $scope.timer = days + "d " + hours + "h " | |
244 | - // + minutes + "m " + seconds + "s " | |
245 | - // // Output the result in an element with id="demo" | |
246 | - // document.getElementById("delhi").innerHTML = days + "d " + hours + "h " | |
247 | - // + minutes + "m " + seconds + "s "; | |
248 | - // // If the count down is over, write some text | |
249 | - // if (distance < 0) { | |
250 | - // clearInterval(x); | |
251 | - // document.getElementById("delhi").innerHTML = "EXPIRED"; | |
252 | - // } | |
253 | - // }, 1000); | |
254 | - | |
255 | - // var chandigarh = new Date("Nov 30, 2017 12:00:00").getTime(); | |
256 | - // // Update the count down every 1 second | |
257 | - // var x = setInterval(function() { | |
258 | - // // Get todays date and time | |
259 | - // var now = new Date().getTime(); | |
260 | - // // Find the distance between now an the count down date | |
261 | - // var distance = chandigarh - now; | |
262 | - // // Time calculations for days, hours, minutes and seconds | |
263 | - // var days = Math.floor(distance / (1000 * 60 * 60 * 24)); | |
264 | - // var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); | |
265 | - // var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); | |
266 | - // var seconds = Math.floor((distance % (1000 * 60)) / 1000); | |
267 | - // $scope.timer = days + "d " + hours + "h " | |
268 | - // + minutes + "m " + seconds + "s " | |
269 | - // // Output the result in an element with id="demo" | |
270 | - // document.getElementById("chandigarh").innerHTML = days + "d " + hours + "h " | |
271 | - // + minutes + "m " + seconds + "s "; | |
272 | - // // If the count down is over, write some text | |
273 | - // if (distance < 0) { | |
274 | - // clearInterval(x); | |
275 | - // document.getElementById("chandigarh").innerHTML = "EXPIRED"; | |
276 | - // } | |
277 | - // }, 1000); | |
278 | - | |
279 | 62 | $scope.infoForm = false; /*THIS CODE FOR HIDE STEP 2 FORM*/ |
280 | 63 | $scope.space = false; /*THIS CODE FOR HIDE STEP 2 FORM*/ |
281 | 64 | // $scope.Textshow = "yes" |
... | ... | @@ -283,14 +66,7 @@ |
283 | 66 | $scope.formPage = false; |
284 | 67 | $scope.current = 0; |
285 | 68 | $scope.payingAmnt = 0; |
286 | - // if ($scope.data.stage == 'select') { | |
287 | - | |
288 | - // } | |
289 | - | |
290 | - //$scope.author = 'Swarn Singh'; | |
291 | 69 | $scope.data = {}; |
292 | - // $scope.data.stage = 'Pitch your Business plan'; | |
293 | - // $scope.data.networkDinner = "true"; | |
294 | 70 | $scope.discountAmount = 0; |
295 | 71 | // $scope.data.quantity = "1"; |
296 | 72 | $scope.check = false; |
... | ... | @@ -302,509 +78,21 @@ |
302 | 78 | "status": "pending" |
303 | 79 | } |
304 | 80 | |
305 | - /*open videos in modal*/ | |
306 | - // $scope.openyoutube16 = function(){ | |
307 | - // $('#videoModel').modal('show'); | |
308 | - // } | |
309 | - | |
310 | - // $scope.openyoutube17 = function(){ | |
311 | - // $('#videoModels').modal('show'); | |
312 | - // } | |
313 | - | |
314 | - // $scope.closeModal = function(){ | |
315 | - // var url = $('#youtubePlayer').attr('src'); | |
316 | - // $('#youtubePlayer').attr('src', ''); | |
317 | - // $('#youtubePlayer').attr('src', url); | |
318 | - // } | |
319 | - | |
320 | - | |
321 | - // $scope.closed = function(){ | |
322 | - // var url = $('#youtubePlayersss').attr('src'); | |
323 | - // $('#youtubePlayersss').attr('src', ''); | |
324 | - // $('#youtubePlayersss').attr('src', url); | |
325 | - // } | |
326 | - /*open videos ends here*/ | |
327 | 81 | $scope.apply = function() { |
328 | - Analytics.trackEvent('register', 'click', 'Registration'); | |
82 | + //Analytics.trackEvent('register', 'click', 'Registration'); | |
329 | 83 | $location.path("/caricatures") |
330 | 84 | } |
331 | - // $scope.data.citymeetup = ''; | |
332 | - $scope.register = function(value){ | |
333 | - // $scope.data.citymeetup = value; | |
334 | - // if (value == 'mainevent') { | |
335 | - // $scope.eventType = true; | |
336 | - // $scope.mainType = false; | |
337 | - // $scope.data.stage = null; | |
338 | - // } | |
339 | - // else{ | |
340 | - // $scope.eventType = false; | |
341 | - // $scope.mainType = true; | |
342 | - // } | |
343 | - $('.hiddenForm').slideDown(); | |
344 | - $('html, body').animate({ | |
345 | - scrollTop: $('.hiddenForm').offset().top | |
346 | - }, 1000); | |
347 | - console.log('gdggsg', value); | |
348 | - } | |
349 | - | |
350 | - // $scope.removeError = function() { | |
351 | - // $('#invalidEmail').css('display', 'none'); | |
352 | - // $('#alreadyExist').css('display', 'none'); | |
353 | - // }; | |
354 | - | |
355 | - // $scope.emailcheck = function(val) { | |
356 | - // console.log(val) | |
357 | - // $scope.space = /\s/g.test(val); | |
358 | - // console.log("space",$scope.space) | |
359 | - // if (val == undefined) { | |
360 | - // $('#invalidEmail').css('display', 'block'); | |
361 | - // } else { | |
362 | - // $http({ | |
363 | - // method: 'GET', | |
364 | - // url: BASE_URL + '/applicants?filter={"where": {"email": {"like":"%25' + $scope.data.email + '%25"}}}', | |
365 | - // headers: {} | |
366 | - // }).then(function mySuccess(searchResult) { | |
367 | - // console.log("searchResult1===>", searchResult) | |
368 | - // if (searchResult.data.length == 0) { | |
369 | - // $scope.check = false; | |
370 | - // } else { | |
371 | - // $scope.check = true; | |
372 | - // $scope.emailId = searchResult.data[0].id | |
373 | - // $('#alreadyExist').css('display', 'block'); | |
374 | - | |
375 | - // } | |
376 | - // console.log("$scope.data.id",searchResult.data) | |
377 | - // }, function myError(error) {}); | |
378 | - // } | |
379 | - // }; | |
380 | - | |
381 | - // $scope.removeNoError = function() { | |
382 | - // $('#noExist').css('display', 'none'); | |
383 | - // }; | |
384 | - | |
385 | - // $scope.numbercheck = function(number) { | |
386 | - // $http({ | |
387 | - // method: 'GET', | |
388 | - // url: BASE_URL + '/applicants?filter={"where": {"phone": {"like":"%25' + number + '%25"}}}', | |
389 | - // data: $scope.data, | |
390 | - // headers: {} | |
391 | - // }).then(function mySuccess(searchResult) { | |
392 | - // console.log("searchResult===>", searchResult) | |
393 | - // if (searchResult.data.length == 0) { | |
394 | - // $scope.numberCheck = false; | |
395 | - | |
396 | - // } else { | |
397 | - // $scope.numberCheck = true; | |
398 | - // $('#noExist').css('display', 'block'); | |
399 | - // } | |
400 | - // }, function myError(error) {}); | |
401 | - // }; | |
402 | - | |
403 | - // $rootScope.tokenCall = function(val) { | |
404 | - // console.log('val-------->', val); | |
405 | - // if (val == undefined) { | |
406 | - // $('#invalidToken').css('display', 'block'); | |
407 | - // } else { | |
408 | - // val = val.toUpperCase(); | |
409 | - // $http.get(BASE_URL + '/ambassadors?filter={"where": {"referalToken": {"like":"%25' + val + '%25"}}}') | |
410 | - // .then(function(searchResult) { | |
411 | - // console.log("searchResult",searchResult) | |
412 | - // if (searchResult.data.length == 0) { | |
413 | - // $scope.tokencheck = false; | |
414 | - // $scope.discountAmount = 0; | |
415 | - // } else { | |
416 | - // $scope.discountpercentage = searchResult.data[0].discount; | |
417 | - // $scope.tokencheck = true; | |
418 | - // } | |
419 | - // },function(err){ | |
420 | - // console.log(err) | |
421 | - // }); | |
422 | - | |
423 | - // } | |
424 | - // }; | |
425 | - | |
426 | - // $scope.IfDinnerCheck = function(value){ | |
427 | - // $scope.data.networkDinner = value; | |
428 | - // console.log("value",value) | |
429 | - // } | |
430 | - | |
431 | - // /*THIS CODE FOR ENABLED SUBMIT BUTTON AFTER UPLOAD IMAGE*/ | |
432 | - // $(document).ready( | |
433 | - // function() { | |
434 | - // $('input:submit').attr('disabled', true); | |
435 | - // $('input:file').change( | |
436 | - // function() { | |
437 | - // if ($("#picture").val()) { | |
438 | - // $('input:submit').removeAttr('disabled'); | |
439 | - // } else { | |
440 | - // $('input:submit').attr('disabled', true); | |
441 | - // } | |
442 | - // }); | |
443 | - // }); | |
444 | - | |
445 | - /*****THIS IS FOR STEP ONE FORM ******/ | |
446 | - // $scope.next = function() { | |
447 | - // $scope.data.status = null | |
448 | - // if ($scope.data.stage == undefined || $scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined || $scope.data.city == undefined) { | |
449 | - // var x = document.getElementById("snackbar") | |
450 | - // x.className = "show"; | |
451 | - // setTimeout(function() { | |
452 | - // x.className = x.className.replace("show", ""); | |
453 | - // }, 3000); | |
454 | - // } else if ($scope.data.stage != undefined && $scope.data.name != undefined && $scope.data.email != undefined && $scope.data.number != undefined && $scope.data.city != undefined) { | |
455 | - // $scope.infoForm = true; | |
456 | - // console.log("sdasdasdsa"); | |
457 | - // $scope.data.stage = $scope.data.stage; | |
458 | - // $scope.detail = {}; | |
459 | - // $scope.data.phone = "+91" + $scope.data.number; | |
460 | - // $http({ | |
461 | - // method: 'POST', | |
462 | - // url: BASE_URL + '/information', | |
463 | - // data: $scope.data, | |
464 | - // headers: {} | |
465 | - // }).then(function mySuccess(result) { | |
466 | - // Analytics.trackEvent('information', 'click', 'django.mp4'); | |
467 | - // console.log("result", result) | |
468 | - // $scope.detail = result; | |
469 | - // data.applicantId = result.data.id; | |
470 | - // $scope.userId = result.data.id; | |
471 | - | |
472 | - // }, function myError(error) {}); | |
473 | - | |
474 | - // } | |
475 | - | |
476 | - // } | |
477 | - $scope.watch = function(){ | |
478 | - console.log("cllll") | |
479 | - // window.open(url) | |
480 | - $location.path("/registration") | |
481 | - } | |
482 | - | |
483 | - $scope.calculateAmount = function(){ | |
484 | - if($scope.tokencheck == false){ | |
485 | - $scope.data.referalToken = null; | |
486 | - } | |
487 | - if ($scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined) { | |
488 | - var x = document.getElementById("snackbar") | |
489 | - x.className = "show"; | |
490 | - setTimeout(function() { | |
491 | - x.className = x.className.replace("show", ""); | |
492 | - }, 3000); | |
493 | - } else if ($scope.data.name != undefined && $scope.data.email != undefined && $scope.data.number != undefined) { | |
494 | - $scope.infoForm = true; | |
495 | - console.log("sdasdasdsa"); | |
496 | - $scope.data.stage = $scope.data.stage; | |
497 | - $scope.detail = {}; | |
498 | - $scope.data.phone = "+91" + $scope.data.number; | |
499 | - $http({ | |
500 | - method: 'POST', | |
501 | - url: BASE_URL + '/applicants', | |
502 | - data: $scope.data, | |
503 | - headers: {} | |
504 | - }).then(function mySuccess(result) { | |
505 | - Analytics.trackEvent('applicants', 'click','Users'); | |
506 | - console.log("result", result) | |
507 | - $scope.detail = result; | |
508 | - data.applicantId = result.data.id; | |
509 | - //$scope.userId = result.data.id; | |
510 | - | |
511 | - if($scope.data.networkDinner == "true"){ | |
512 | - if($scope.data.citymeetup == "chandigarh"){ | |
513 | - if ($scope.data.stage == "Pitch your Business plan") { | |
514 | - console.log("$scope.data", $scope.data) | |
515 | - $scope.ticketAmnt = 3500; | |
516 | - $scope.ticketAmnt = parseInt($scope.data.quantity)*$scope.ticketAmnt; | |
517 | - } | |
518 | - | |
519 | - if ($scope.data.stage == "Pitch your Startup") { | |
520 | - $scope.ticketAmnt = 4250; | |
521 | - $scope.ticketAmnt = parseInt($scope.data.quantity)*$scope.ticketAmnt; | |
522 | - } | |
523 | - | |
524 | - // if ($scope.data.stage == "Growth") { | |
525 | - // $scope.ticketAmnt = 1400; | |
526 | - // } | |
527 | - } | |
528 | - } | |
529 | - | |
530 | - else{ | |
531 | - if($scope.data.citymeetup == "chandigarh"){ | |
532 | - if ($scope.data.stage == "Pitch your Business plan") { | |
533 | - console.log("$scope.data", $scope.data) | |
534 | - /*add 25%*/ | |
535 | - $scope.ticketAmnt = 1500 ; | |
536 | - $scope.ticketAmnt = parseInt($scope.data.quantity)*$scope.ticketAmnt; | |
537 | - } | |
538 | - | |
539 | - if ($scope.data.stage == "Pitch your Startup") { | |
540 | - $scope.ticketAmnt = 2250; | |
541 | - $scope.ticketAmnt = parseInt($scope.data.quantity)*$scope.ticketAmnt; | |
542 | - } | |
543 | - | |
544 | - // if ($scope.data.stage == "Growth") { | |
545 | - // $scope.ticketAmnt = 1400; | |
546 | - // } | |
547 | - } | |
548 | - } | |
549 | - | |
550 | - // else{ | |
551 | - // if ($scope.data.stage == "Pitch your Idea") { | |
552 | - // console.log("$scope.data", $scope.data) | |
553 | - // $scope.ticketAmnt = 500; | |
554 | - // } | |
555 | - | |
556 | - // if ($scope.data.stage == "Pitch your Startup") { | |
557 | - // $scope.ticketAmnt = 1000; | |
558 | - // } | |
559 | - | |
560 | - // // if ($scope.data.stage == "Growth") { | |
561 | - // // $scope.ticketAmnt = 1000; | |
562 | - // // } | |
563 | - // } | |
564 | - // if ($scope.data.stage == "Visitor") { | |
565 | - // $scope.ticketAmnt = 500; | |
566 | - // } | |
567 | - var amount = $scope.ticketAmnt * 100 | |
568 | - if($scope.tokencheck == true){ | |
569 | - var amount = $scope.ticketAmnt | |
570 | - $scope.discountAmount = (amount * $scope.discountpercentage)/100 | |
571 | - console.log("finalAmount====>",$scope.discountAmount) | |
572 | - } | |
573 | - | |
574 | - var taxAmount = $scope.ticketAmnt - $scope.discountAmount | |
575 | - console.log("$scope.taxTotal----",taxAmount) | |
576 | - $scope.taxTotal = (taxAmount * 18)/100 | |
577 | - $scope.payingAmnt = taxAmount + $scope.taxTotal | |
578 | - $scope.payingAmnt = $scope.payingAmnt.toFixed() | |
579 | - console.log("taxincludedamount----", $scope.payingAmnt) | |
580 | - console.log("$scope.taxTotal----", $scope.taxTotal) | |
581 | - // } | |
582 | - | |
583 | - /*****THIS IS FOR STEP THREE FORM ******/ | |
584 | - // $scope.create = function() { | |
585 | - // if ($scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined) { | |
586 | - // var x = document.getElementById("snackbar") | |
587 | - // x.className = "show"; | |
588 | - // setTimeout(function() { | |
589 | - // x.className = x.className.replace("show", ""); | |
590 | - // }, 3000); | |
591 | - // } else if ($scope.data.name != undefined && $scope.data.email != undefined && $scope.data.number != undefined) { | |
592 | - // $scope.infoForm = true; | |
593 | - // console.log("sdasdasdsa"); | |
594 | - // $scope.data.stage = $scope.data.stage; | |
595 | - // $scope.detail = {}; | |
596 | - // $scope.data.phone = "+91" + $scope.data.number; | |
597 | - // $http({ | |
598 | - // method: 'POST', | |
599 | - // url: BASE_URL + '/applicants', | |
600 | - // data: $scope.data, | |
601 | - // headers: {} | |
602 | - // }).then(function mySuccess(result) { | |
603 | - | |
604 | - // console.log("=====result=====", result) | |
605 | - // $scope.detail = result; | |
606 | - // data.applicantId = result.data.id; | |
607 | - // $scope.userId = result.data.id; | |
608 | - // console.log("=====data=====", data) | |
609 | - // data.amount = $scope.payingAmnt + $scope.taxTotal; | |
610 | - data.amount = $scope.payingAmnt; | |
611 | - console.log("$scope.taxTotal",data.amount) | |
612 | - if ($scope.detail != null) { | |
613 | - $http({ | |
614 | - method: 'POST', | |
615 | - url: BASE_URL + '/payments', | |
616 | - data: data, | |
617 | - headers: {} | |
618 | - }).then(function mySuccess(paymentResult) { | |
619 | - console.log("paymentResult",paymentResult) | |
620 | - $scope.paymentResult = paymentResult; | |
621 | - }, function myError(error) {}); | |
622 | - } | |
623 | - var i = 0; | |
624 | - //$scope.payingAmnt = ($scope.payingAmnt + $scope.taxTotal) * 100; | |
625 | - | |
626 | - $scope.payingAmnt = $scope.payingAmnt * 100; | |
627 | - | |
628 | - console.log("$scope.taxTotal----", $scope.payingAmnt) | |
629 | - var options = { | |
630 | - "key": "rzp_live_mkmCb4FkstuWaS", | |
631 | - //"key": "rzp_test_YwHsVFiDIQ2WUQ", | |
632 | - "amount": $scope.payingAmnt , | |
633 | - | |
634 | - "name": "Startup Jalsa", | |
635 | - "description": "amount", | |
636 | - "currency": "INR", | |
637 | - "status": "done", | |
638 | - | |
639 | - "theme": { | |
640 | - "color": "#2196f3 ", | |
641 | - "image_padding": "NO" | |
642 | - }, | |
643 | - "modal": { | |
644 | - "ondismiss": function() {} | |
645 | - }, | |
646 | - "handler": function(response) { | |
647 | - createPayment(response); | |
648 | - } | |
649 | - }; | |
650 | - var rzp1 = new Razorpay(options); | |
651 | - rzp1.open(); | |
652 | - $scope.paymentResponse = {}; | |
653 | - | |
654 | - function createPayment(response) { | |
655 | - console.log("response====from===razorpay",response) | |
656 | - $route.reload(); | |
657 | - $scope.paymentResponse.razorPaymentId = response.razorpay_payment_id; | |
658 | - $scope.paymentResponse.razorOrderId = $scope.paymentResult.data.razorOrderId; | |
659 | - $scope.paymentResponse.amount = data.amount; | |
660 | - $scope.paymentResponse.currency = "INR"; | |
661 | - $scope.paymentResponse.status = $scope.paymentResult.data.status; | |
662 | - Analytics.trackEvent('payment','Successfully Done',$scope.data.email,$scope.paymentResponse.amount); | |
663 | - $http({ | |
664 | - method: 'PUT', | |
665 | - url: BASE_URL + '/payments/' + $scope.paymentResult.data.id, | |
666 | - data: $scope.paymentResponse, | |
667 | - headers: {} | |
668 | - }).then(function mySuccess(searchResult) { | |
669 | - // if(paymentResult.data.status == "created"){ | |
670 | - | |
671 | - // } | |
672 | - console.log("searchResult", searchResult) | |
673 | - $location.path("/confirmation") | |
674 | - //$scope.showToastr() | |
675 | - //toaster.success("Registration done successfully"); | |
676 | - | |
677 | - }, function myError(error) {}); | |
678 | - } | |
679 | - }, function myError(error) { | |
680 | - console.log("error",error) | |
681 | - // $scope.emailId = error.data.error.message; | |
682 | - // $scope.id = error.data.error.id; | |
683 | - // $('#myModal').modal('show'); | |
684 | - }); | |
685 | - } | |
686 | - | |
687 | - } | |
688 | - | |
689 | - //}, function myError(error) {}); | |
690 | - //} | |
691 | - | |
692 | - //} | |
693 | - | |
694 | - // $scope.showToastr = function() { | |
695 | - // console.log("called toast") | |
696 | - // var x = document.getElementById("snacsskbar") | |
697 | - // x.className = "show"; | |
698 | - // setTimeout(function() { | |
699 | - // x.className = x.className.replace("show", ""); | |
700 | - // }, 3000); | |
701 | - // } | |
702 | - | |
703 | - /*kk***This code for change data when click to chooses stages***/ | |
704 | - $scope.proto = true; | |
705 | - $scope.businessmodel = true; | |
706 | - $scope.Idea = true; | |
707 | - $scope.current = true; | |
708 | - | |
709 | - $scope.stage = function(stage) { | |
710 | - $scope.stagekeyPress(); | |
711 | - console.log("stage--2",stage) | |
712 | - | |
713 | - if (stage == 'Pitch your Business plan') { | |
714 | - $scope.Productshow = "no"; | |
715 | - $scope.current = 10; | |
716 | - $scope.proto = true; | |
717 | - // $scope.visitType = true; | |
718 | - $scope.prototyp = false; | |
719 | - $scope.protyp = false; | |
720 | - $scope.market = false; | |
721 | - $scope.risks = false; | |
722 | - $scope.team = false; | |
723 | - $scope.pitch = false; | |
724 | - $scope.financials = false; | |
725 | - $scope.businessmodel = true; | |
726 | - $scope.data.stage = stage; | |
727 | - // for right content | |
728 | - $scope.Idea = true; | |
729 | - $scope.Product = false; | |
730 | - $scope.Growth = false; | |
731 | - // $scope.Visitor = false; | |
732 | - } else if (stage == 'Pitch your Startup') { | |
733 | - $scope.Productshow = "no"; | |
734 | - $scope.current = 10; | |
735 | - $scope.proto = true; | |
736 | - // $scope.visitType = true; | |
737 | - $scope.prototyp = true; | |
738 | - $scope.protyp = true; | |
739 | - $scope.market = true; | |
740 | - $scope.risks = true; | |
741 | - $scope.team = true; | |
742 | - $scope.pitch = true; | |
743 | - $scope.financials = true; | |
744 | - $scope.businessmodel = false; | |
745 | - $scope.data.stage = stage; | |
746 | - // for right content | |
747 | - $scope.Idea = false; | |
748 | - $scope.Product = true; | |
749 | - $scope.Growth = false; | |
750 | - // $scope.Visitor = false; | |
751 | - } else if (stage == 'Growth') { | |
752 | - $scope.Productshow = "yes"; | |
753 | - $scope.current = 10; | |
754 | - $scope.proto = false; | |
755 | - // $scope.visitType = true; | |
756 | - $scope.prototyp = true; | |
757 | - $scope.protyp = false; | |
758 | - $scope.market = true; | |
759 | - $scope.risks = true; | |
760 | - $scope.team = true; | |
761 | - $scope.pitch = true; | |
762 | - $scope.financials = true; | |
763 | - $scope.businessmodel = false; | |
764 | - // for right content | |
765 | - $scope.Idea = false; | |
766 | - $scope.Product = false; | |
767 | - $scope.Growth = true; | |
768 | - // $scope.Visitor = false; | |
769 | - // } else if (stage == 'Visitor') { | |
770 | - // $scope.Productshow = "no"; | |
771 | - // $scope.current = 10; | |
772 | - // $scope.proto = false; | |
773 | - // $scope.visitType = false; | |
774 | - // $scope.prototyp = false; | |
775 | - // $scope.protyp = false; | |
776 | - // $scope.market = false; | |
777 | - // $scope.risks = false; | |
778 | - // $scope.team = false; | |
779 | - // $scope.pitch = false; | |
780 | - // $scope.financials = false; | |
781 | - // $scope.businessmodel = false; | |
782 | - // $scope.data.stage = stage; | |
783 | - // // for right content | |
784 | - // $scope.Idea = false; | |
785 | - // $scope.Product = false; | |
786 | - // $scope.Growth = false; | |
787 | - // $scope.Visitor = true; | |
788 | - $scope.data.stage = stage; | |
789 | - } | |
790 | 85 | |
86 | + $scope.data.city = ''; | |
87 | + $scope.watch = function(value){ | |
88 | + console.log("cllll",value) | |
89 | + $scope.data.city = value; | |
90 | + localStorage.setItem("city" ,value); | |
91 | + //$location.path('/registration').search({city: value}); | |
92 | + $location.path('/registration/'); | |
93 | + //$state.go('registration', { 'city': value}) | |
791 | 94 | } |
792 | 95 | |
793 | - // $scope.emailTest = function(s){ | |
794 | - // $scope.space = /\s/g.test(s.delegateTarget.value); | |
795 | - // console.log("space",$scope.space) | |
796 | - | |
797 | - // } | |
798 | - // $scope.enterbusiness = function(business) { | |
799 | - // console.log("business", business); | |
800 | - // if (name == undefined) { | |
801 | - // $scope.current = false; | |
802 | - | |
803 | - // } else if (name != undefined) { | |
804 | - // $scope.current = true; | |
805 | - // } | |
806 | - // } | |
807 | - /*******FOR FILL THE DATA AND SHOWS ICON GREEN*/ | |
808 | 96 | $scope.stagekeyPress = function() { |
809 | 97 | $('.icon-circle-a').css('background-color', 'rgb(25, 104, 157)'); |
810 | 98 | } |
... | ... | @@ -823,15 +111,6 @@ |
823 | 111 | $scope.industrykeyPress = function(quantity) { |
824 | 112 | console.log("fghj",quantity) |
825 | 113 | $('.icon-circle-abcdefg').css('background-color', 'rgb(25, 104, 157)'); |
826 | - // $scope.addOther = false; | |
827 | - // $scope.hideSelectBox = true; | |
828 | - // $('.icon-circle-abcdefg').css('background-color', 'rgb(66, 181, 73)'); | |
829 | - // var e = document.getElementById("dataIndustry"); | |
830 | - // var dataIndustry = e.options[e.selectedIndex].value; | |
831 | - // if(dataIndustry == "others") { | |
832 | - // $scope.addOther = true; | |
833 | - // $scope.hideSelectBox = false; | |
834 | - // } | |
835 | 114 | } |
836 | 115 | |
837 | 116 | $scope.industryNamekeyPress = function(firstName) { |
... | ... | @@ -865,30 +144,6 @@ |
865 | 144 | } |
866 | 145 | } |
867 | 146 | |
868 | - $scope.textCheck = function(){ | |
869 | - console.log("Val1:::", $scope.textCheck); | |
870 | - var e = document.getElementById("fundingDiv"); | |
871 | - var funding = e.options[e.selectedIndex].value; | |
872 | - $scope.Textshow = "no"; | |
873 | - if(funding == "yes") { | |
874 | - $scope.Textshow = "yes"; | |
875 | - console.log("Val:::", $scope.Textshow); | |
876 | - } | |
877 | - | |
878 | - } | |
879 | - | |
880 | - $scope.productCheck = function(){ | |
881 | - console.log("Val2:::", $scope.productCheck); | |
882 | - var e = document.getElementById("productDiv"); | |
883 | - var product = e.options[e.selectedIndex].value; | |
884 | - $scope.Productshow = "no"; | |
885 | - if(product == "yes") { | |
886 | - $scope.Productshow = "yes"; | |
887 | - console.log("Val1:::", $scope.Productshow); | |
888 | - } | |
889 | - | |
890 | - } | |
891 | - | |
892 | 147 | $scope.phonekeyPress = function(number) { |
893 | 148 | console.log("number", number); |
894 | 149 | if (number == undefined || number == '') { |
... | ... | @@ -1021,130 +276,16 @@ |
1021 | 276 | |
1022 | 277 | }); |
1023 | 278 | |
1024 | - scotchApp.controller('verifyController', function($scope, $http, $location, $route, BASE_URL, Analytics) { | |
1025 | - | |
1026 | - $scope.pendingPaymentId = $route.current.params.id | |
1027 | - $http({ | |
1028 | - method: "GET", | |
1029 | - url: BASE_URL + '/applicants/' + $scope.pendingPaymentId, | |
1030 | - }).then(function mySuccess(response) { | |
1031 | - $scope.data = response.data; | |
1032 | - console.log("response-1", response); | |
1033 | - $scope.pendingPaymentId = $route.current.params.id; | |
1034 | - | |
1035 | - $http({ | |
1036 | - method: "GET", | |
1037 | - url: BASE_URL + '/payments?filter={"where":{"applicantId":' + $scope.pendingPaymentId + '}}', | |
1038 | - }).then(function mySuccess(response) { | |
1039 | - $scope.paymentRecord = response.data; | |
1040 | - }, function myError(response) { | |
1041 | - console.log("response-2", response); | |
1042 | - }); | |
1043 | - }, function myError(response) { | |
1044 | - $scope.myWelcome = response.statusText; | |
1045 | - }); | |
1046 | - | |
1047 | - $scope.checkView = false; | |
1048 | - $scope.verifyView = false; | |
1049 | - $scope.searchResult = {} | |
1050 | - $scope.pendingPaymentId = ''; | |
1051 | - | |
1052 | - $scope.update = function() { | |
1053 | - | |
1054 | - $http({ | |
1055 | - method: 'GET', | |
1056 | - url: BASE_URL + '/payments?filter={"where":{"applicantId": ' + $scope.pendingPaymentId + '}}', | |
1057 | - headers: {} | |
1058 | - }).then(function mySuccess(searchResult) { | |
1059 | - if (searchResult.data[0].status == "created") { | |
1060 | - //if (searchResult.data[0].status == "cancelled") { | |
1061 | - $scope.checkView = true; | |
1062 | - $scope.verifyView = false; | |
1063 | - $scope.amount = searchResult.data[0].amount; | |
1064 | - $scope.searchResult = searchResult.data[0]; | |
1065 | - console.log('====searchResult===', searchResult); | |
1066 | - console.log("searchResult=====",searchResult.data[0].razorOrderId) | |
1067 | - var i = 0; | |
1068 | - $scope.amount = $scope.amount * 100; | |
1069 | - var options = { | |
1070 | - "key": "rzp_live_mhSE1uOBlXvFyJ", | |
1071 | - //"key" : "rzp_test_YwHsVFiDIQ2WUQ", | |
1072 | - "amount": $scope.amount, | |
1073 | - | |
1074 | - "name": "Startup Jalsa", | |
1075 | - "description": "amount", | |
1076 | - "currency": "INR", | |
1077 | - "status": "done", | |
1078 | - | |
1079 | - "theme": { | |
1080 | - "color": "#2196f3 ", | |
1081 | - "image_padding": "NO" | |
1082 | - }, | |
1083 | - "modal": { | |
1084 | - "ondismiss": function() {} | |
1085 | - }, | |
1086 | - "handler": function(response) { | |
1087 | - createPayment(response); | |
1088 | - } | |
1089 | - }; | |
1090 | - var rzp1 = new Razorpay(options); | |
1091 | - rzp1.open(); | |
1092 | - $scope.paymentResponse = {}; | |
1093 | - function createPayment(response) { | |
1094 | - console.log("response======retepaymen",response); | |
1095 | - $scope.amount = $scope.amount/100; | |
1096 | - | |
1097 | - $scope.paymentResponse.razorPaymentId = response.razorpay_payment_id; | |
1098 | - $scope.paymentResponse.razorOrderId = $scope.searchResult.razorOrderId; | |
1099 | - $scope.paymentResponse.amount = $scope.amount; | |
1100 | - $scope.paymentResponse.currency = $scope.searchResult.currency; | |
1101 | - $scope.paymentResponse.status = $scope.searchResult.status; | |
1102 | - $scope.paymentResponse.applicantId = $scope.searchResult.applicantId; | |
1103 | - console.log("$scope.paymentResponse", $scope.paymentResponse) | |
1104 | - $http({ | |
1105 | - method: 'PUT', | |
1106 | - url: BASE_URL + '/payments/' + $scope.searchResult.id, | |
1107 | - data: $scope.paymentResponse, | |
1108 | - headers: {} | |
1109 | - }).then(function mySuccess(searchResult) { | |
1110 | - console.log("searchResult--->",searchResult) | |
1111 | - // if(paymentResult.data.status == "created"){ | |
1112 | - // Analytics.trackEvent('payments', 'click', 'Thankyou'); | |
1113 | - // } | |
1114 | - console.log("finalsearchResult",searchResult) | |
1115 | - $location.path("/confirmation") | |
1116 | - Analytics.trackEvent('payment','Successfully Done',$scope.data.email,$scope.paymentResponse.amount); | |
1117 | - }, function myError(error) { | |
1118 | - | |
1119 | - }); | |
1120 | - } | |
1121 | - } else { | |
1122 | - | |
1123 | - } | |
1124 | - | |
1125 | - }, function myError(error) {}); | |
1126 | - } | |
1127 | - }); | |
1128 | - | |
1129 | 279 | scotchApp.controller('ambassadorController', function($scope, $http, $location, $route,BASE_URL) { |
1130 | 280 | $scope.data = {}; |
1131 | 281 | $scope.check = false; |
1132 | 282 | $scope.numberCheck = false; |
1133 | 283 | $scope.infoForm = false; /*THIS CODE FOR HIDE STEP 2 FORM*/ |
1134 | 284 | $scope.space = false; /*THIS CODE FOR HIDE STEP 2 FORM*/ |
1135 | - // $scope.Textshow = "yes" | |
1136 | 285 | $scope.max = 100; |
1137 | 286 | $scope.formPage = false; |
1138 | 287 | $scope.current = 0; |
1139 | 288 | $scope.payingAmnt = 0; |
1140 | - // if ($scope.data.stage == 'select') { | |
1141 | - | |
1142 | - // } | |
1143 | - | |
1144 | - //$scope.author = 'Swarn Singh'; | |
1145 | - $scope.data = {}; | |
1146 | - // $scope.data.stage = 'Pitch your Business plan'; | |
1147 | - // $scope.data.networkDinner = "true"; | |
1148 | 289 | $scope.discountAmount = 0; |
1149 | 290 | // $scope.data.quantity = "1"; |
1150 | 291 | $scope.check = false; |
... | ... | @@ -1156,22 +297,6 @@ |
1156 | 297 | "status": "pending" |
1157 | 298 | } |
1158 | 299 | |
1159 | - /*open videos in modal*/ | |
1160 | - $scope.openyoutube16 = function(){ | |
1161 | - $('#videoModel').modal('show'); | |
1162 | - } | |
1163 | - | |
1164 | - $scope.openyoutube17 = function(){ | |
1165 | - $('#videoModels').modal('show'); | |
1166 | - } | |
1167 | - | |
1168 | - $scope.closeModal = function(){ | |
1169 | - var url = $('#youtubePlayer').attr('src'); | |
1170 | - $('#youtubePlayer').attr('src', ''); | |
1171 | - $('#youtubePlayer').attr('src', url); | |
1172 | - } | |
1173 | - /*open videos ends here*/ | |
1174 | - | |
1175 | 300 | $scope.removeError = function() { |
1176 | 301 | $('#invalidEmail').css('display', 'none'); |
1177 | 302 | $('#alreadyExist').css('display', 'none'); |
... | ... | @@ -1182,85 +307,20 @@ |
1182 | 307 | $('#invalidEmail').css('display', 'block'); |
1183 | 308 | } else { |
1184 | 309 | $('#alreadyExist').css('display', 'block'); |
1185 | - // $http({ | |
1186 | - // method: 'GET', | |
1187 | - // url: BASE_URL + '/ambassadors?filter={"where": {"email": {"like":"%25' + $scope.data.email + '%25"}}}', | |
1188 | - // headers: {} | |
1189 | - // }).then(function mySuccess(searchResult) { | |
1190 | - // console.log("searchResult1===>", searchResult) | |
1191 | - // if (searchResult.data.length == 0) { | |
1192 | - // $scope.check = false; | |
1193 | - // } else { | |
1194 | - // $scope.check = true; | |
1195 | - // $('#alreadyExist').css('display', 'block'); | |
1196 | - // } | |
1197 | - // }, function myError(error) {}); | |
1198 | 310 | } |
1199 | 311 | }; |
1200 | 312 | |
1201 | - // $scope.removeNoError = function() { | |
1202 | - // $('#invalidNumber').css('display', 'none'); | |
1203 | - // $('#noExist').css('display', 'none'); | |
1204 | - // }; | |
1205 | - | |
1206 | - // $scope.numbercheck = function(number) { | |
1207 | - // // if (val == undefined) { | |
1208 | - // // $('#invalidNumber').css('display', 'block'); | |
1209 | - // // } else { | |
1210 | - // $http({ | |
1211 | - // method: 'GET', | |
1212 | - // url: BASE_URL + '/ambassadors?filter={"where": {"mobile": {"like":"%25' + number + '%25"}}}', | |
1213 | - // data: $scope.data, | |
1214 | - // headers: {} | |
1215 | - // }).then(function mySuccess(searchResult) { | |
1216 | - // console.log("searchResult===>", searchResult) | |
1217 | - // if (searchResult.data.length == 0) { | |
1218 | - // $scope.numberCheck = false; | |
1219 | - // } else { | |
1220 | - // $scope.numberCheck = true; | |
1221 | - // $('#noExist').css('display', 'block'); | |
1222 | - // } | |
1223 | - // }, function myError(error) {}); | |
1224 | - // //} | |
1225 | - | |
1226 | - // }; | |
1227 | - | |
313 | + // $scope.$on('city', function (event, value) { | |
314 | + $scope.city = localStorage.getItem("city"); | |
315 | + console.log("HERE===",$scope.city ); | |
316 | + // }); | |
1228 | 317 | $scope.submit = function() { |
1229 | 318 | $scope.payingAmnt = 100; |
1230 | 319 | if ($scope.data.name == undefined || $scope.data.email == undefined || $scope.data.number == undefined) { |
1231 | 320 | var x = document.getElementById("snackbar") |
1232 | - x.className = "show"; | |
1233 | 321 | setTimeout(function(){ x.className = x.className.replace("show", ""); }, 3000); |
1234 | - }else if($scope.data.name != undefined && $scope.data.email != undefined && $scope.data.number != undefined) { | |
1235 | - | |
1236 | - | |
1237 | - // if($scope.data.identity == "a"){ | |
1238 | - | |
1239 | - | |
1240 | - // var image = BASE_URL+'/container1s/proof/download/' | |
1241 | - // var image = document.getElementById('picture').files[0]; | |
1242 | - // var imagePath = image.name; | |
1243 | - // $scope.NewIamge = image + imagePath; | |
1244 | - // $scope.data.pic = $scope.NewIamge; | |
1245 | - // var fd = new FormData() | |
1246 | - // fd.append('file',image); | |
1247 | - // $http({ | |
1248 | - // method:'POST', | |
1249 | - // url: BASE_URL+'/container1s/proof/upload', | |
1250 | - // data:fd, | |
1251 | - // transformRequest:angular.identity, | |
1252 | - // headers:{'Content-Type':undefined} | |
1253 | - // }).then(function mySuccess(sucessResponse) { | |
1254 | - | |
1255 | - | |
1256 | - // }, function myError(error) { | |
1257 | - // }); | |
1258 | - | |
1259 | - // } | |
1260 | - | |
322 | + }else if($scope.data.name != undefined && $scope.data.email != undefined && $scope.data.number != undefined) { | |
1261 | 323 | $scope.infoForm = true; |
1262 | - console.log("sdasdasdsa"); | |
1263 | - // $scope.data.stage = $scope.data.stage; | |
1264 | 324 | $scope.detail = {}; |
1265 | 325 | $scope.data.phone = "+91"+$scope.data.number; |
1266 | 326 | $http({ |
... | ... | @@ -1337,36 +397,14 @@ |
1337 | 397 | } |
1338 | 398 | |
1339 | 399 | }, function myError(error) { |
400 | + | |
1340 | 401 | }); |
402 | + | |
1341 | 403 | } |
1342 | - // console.log($scope.data.name) | |
1343 | - // var randomNumber = ""+Math.random(); | |
1344 | - // var nameSpliced = $scope.data.name.slice(0,3); | |
1345 | - // var numberSpliced = randomNumber.slice(2,5); | |
1346 | - // $scope.data.referalToken = nameSpliced+numberSpliced; | |
1347 | - // $scope.data.referalToken = $scope.data.referalToken.toUpperCase(); | |
1348 | 404 | |
1349 | - // $http({ | |
1350 | - // method: 'POST', | |
1351 | - // url: BASE_URL + '/ambassadors', | |
1352 | - // data: $scope.data, | |
1353 | - // headers: {} | |
1354 | - // }).then(function mySuccess(result) { | |
1355 | - // console.log("result", result) | |
1356 | - // $scope.detail = result; | |
1357 | - // $('#myModal').modal('show'); | |
1358 | - // $scope.data.name = ''; | |
1359 | - // $scope.data.email = ''; | |
1360 | - // $scope.data.mobile = ''; | |
1361 | - // // $scope.data.discount = ''; | |
1362 | - | |
1363 | - // }, function myError(error) { | |
1364 | - // console.log(error) | |
1365 | - // console.log(error.data.error.message) | |
1366 | - // }); | |
1367 | - // console.log($scope.data) | |
1368 | - } | |
1369 | - }); | |
405 | + } | |
406 | + | |
407 | +}); | |
1370 | 408 | |
1371 | 409 | |
1372 | 410 | ... | ... |