Commit ccb57727cef57f1ecad686dbc3fd247bf6c940ad
1 parent
41058a3b55
Exists in
master
and in
1 other branch
update amt
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
script.js
... | ... | @@ -498,15 +498,15 @@ |
498 | 498 | if($scope.data.citymeetup == "pune"){ |
499 | 499 | if ($scope.data.stage == "Idea") { |
500 | 500 | console.log("$scope.data", $scope.data) |
501 | - $scope.ticketAmnt = 1000; | |
501 | + $scope.ticketAmnt = 750; | |
502 | 502 | } |
503 | 503 | |
504 | 504 | if ($scope.data.stage == "Product") { |
505 | - $scope.ticketAmnt = 2000; | |
505 | + $scope.ticketAmnt = 1500; | |
506 | 506 | } |
507 | 507 | |
508 | 508 | if ($scope.data.stage == "Growth") { |
509 | - $scope.ticketAmnt = 2000; | |
509 | + $scope.ticketAmnt = 1500; | |
510 | 510 | } |
511 | 511 | } |
512 | 512 | else if($scope.data.citymeetup == "mainevent"){ | ... | ... |