Commit 01df29c152f099b904eff83ce82625ac270ea7dc
1 parent
527754dcf9
Exists in
master
minor change
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
script.js
... | ... | @@ -1374,7 +1374,7 @@ scotchApp.controller('campusAmbassadorController', function($q, $scope, $http, $ |
1374 | 1374 | $scope.loading = true; |
1375 | 1375 | //$scope.data.uploadFile = $scope.base64textString; |
1376 | 1376 | $scope.infoForm = true; |
1377 | - $scope.ticketAmnt = 590; | |
1377 | + $scope.ticketAmnt = 500; | |
1378 | 1378 | $scope.detail = {}; |
1379 | 1379 | $scope.data.phone = "+91"+$scope.data.number; |
1380 | 1380 | ... | ... |