diff --git a/css/custom.css b/css/custom.css index 9498673..3e9cab0 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1408,8 +1408,8 @@ table { h1{ font-size:2.8rem; } - .phone-meetup{ - margin-left: 4%; + .happen-city{ + margin-left: -13px; } .card-color-confirm{ diff --git a/pages/Home.html b/pages/Home.html index bcceecd..d44b90b 100644 --- a/pages/Home.html +++ b/pages/Home.html @@ -32,17 +32,17 @@
- Is there any registration fee involved for the meetup? + Is there any registration fee involved for the meetup?
-

- What follows after the city meetups? + What follows after the city meetups?
-
diff --git a/pages/ambassador.html b/pages/ambassador.html index a60855a..2ad0795 100644 --- a/pages/ambassador.html +++ b/pages/ambassador.html @@ -41,8 +41,8 @@
location_city
- + diff --git a/script.js b/script.js index 378f8e4..9ee84fe 100644 --- a/script.js +++ b/script.js @@ -89,7 +89,7 @@ $scope.data.city = value; localStorage.setItem("city" ,value); //$location.path('/registration').search({city: value}); - $location.path('/registration/'); + $location.path('/registration'); //$state.go('registration', { 'city': value}) } @@ -311,8 +311,8 @@ }; // $scope.$on('city', function (event, value) { - $scope.city = localStorage.getItem("city"); - console.log("HERE===",$scope.city ); + $scope.data.city = localStorage.getItem("city"); + console.log("HERE===",$scope.data.city ); // }); $scope.submit = function() { $scope.payingAmnt = 100;