Commit 527754dcf9236ecb1462f8034a83da2348d32a95

Authored by Shilpi Saini
1 parent 63f32ea64b
Exists in master

minor change

Showing 2 changed files with 3 additions and 2 deletions   Show diff stats
pages/campusAmbassador.html
... ... @@ -65,7 +65,7 @@
65 65 </div>
66 66 </div>
67 67 <div class="apply-btn">
68   - <button class="btn submit-button" style="outline: none;" value="Apply" ng-click="applyCampusAmbassador()" >REGISTER</button>
  68 + <button class="btn submit-button" style="outline: none;" value="Apply" ng-click="applyForm()" >REGISTER</button>
69 69 </div>
70 70 </div>
71 71 </div>
... ...
... ... @@ -448,7 +448,8 @@
448 448 //window.location.href = "https://startupjalsa.com/events#/caricatures?utm_source=RegisterNowDown&utm_medium=Register";
449 449 }
450 450  
451   - $scope.applyCampusAmabassador = function() {
  451 + $scope.applyForm = function() {
  452 + //console.log("palak")
452 453 $location.path("/campusAmbassadorForm")
453 454 //window.location.href = "https://startupjalsa.com/events#/caricatures?utm_source=RegisterNowDown&utm_medium=Register";
454 455 }
... ...