Commit 21f07926217cac68e6f396b2f650c50ae9c54866

Authored by Palak Handa
1 parent 6dcd0101f6
Exists in master and in 1 other branch paytm

dfd

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
pages/registration.html
... ... @@ -235,7 +235,7 @@
235 235 <label class="card-sub-title">2nd & 3rd December, 2017</label>
236 236 </div>
237 237 <div class="pull-right">
238   - <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('maininvest')">Apply</button>
  238 + <button class="btn btn-info float-right btn-sm button-aligment" style="float:right;padding:3px 9px;" ng-click="register('mainevent')">Apply</button>
239 239 </div>
240 240 <div class="clearfix"></div>
241 241 <label class="card-sub-title"><span style="color:red"> Early bird deadline</span> : <span id="maininvest"></span>*</label>
... ...
... ... @@ -329,7 +329,7 @@
329 329 $scope.data.citymeetup = '';
330 330 $scope.register = function(value){
331 331 $scope.data.citymeetup = value;
332   - if (value == 'maininvest') {
  332 + if (value == 'mainevent') {
333 333 $scope.eventType = true;
334 334 $scope.mainType = false;
335 335 $scope.data.stage = null;
... ...