Commit cedff6ad by amalk

Amal 03-04-2019|11:41

parent 46b89fc9
...@@ -303,8 +303,8 @@ ...@@ -303,8 +303,8 @@
<div class="row"> <div class="row">
<div class="col-md-12"> <div class="col-md-12">
<button class="log_btn prev_btn floatLeft" type="button" data-dismiss="modal">PREVIOUS</button> <button class="log_btn prev_btn floatLeft" type="button" data-dismiss="modal">PREVIOUS</button>
<!-- <button [ngClass]="{'log_btn_diabled':vehicleDataForm.invalid}" type="submit" class="log_btn next_btn floatRight" (click)="jumpToStep1()">NEXT</button> --> <button [ngClass]="{'log_btn_diabled':vehicleDataForm.invalid}" type="submit" class="log_btn next_btn floatRight" (click)="jumpToStep1()">NEXT</button>
<button #goTostep1 goToStep="1">NEXT</button>
</div> </div>
</div> </div>
</form> </form>
......
...@@ -446,7 +446,7 @@ ...@@ -446,7 +446,7 @@
} }
.service_tab_inner{ .service_tab_inner{
width: 100%; width: 100%;
padding-top: 30px; padding-top:10px;
.arrow_btn{ .arrow_btn{
width: 35px; width: 35px;
height: 35px; height: 35px;
...@@ -454,6 +454,7 @@ ...@@ -454,6 +454,7 @@
background-repeat: no-repeat !important; background-repeat: no-repeat !important;
position: relative; position: relative;
left: 20px; left: 20px;
cursor: pointer;
} }
.up_arrow{ .up_arrow{
background: url("../../../assets/images/asset_scroll_up.png"); background: url("../../../assets/images/asset_scroll_up.png");
......
...@@ -24,7 +24,9 @@ export class IndexComponent implements OnInit { ...@@ -24,7 +24,9 @@ export class IndexComponent implements OnInit {
public carouselTile: NgxCarousel; public carouselTile: NgxCarousel;
@ViewChild('wizardModal') wizardModalTrrigerInput; @ViewChild('wizardModal') wizardModalTrrigerInput;
//Default Map Location //Default Map Location
lat: number = 51.678418; lat: number = 51.678418;
lng: number = 7.809007; lng: number = 7.809007;
...@@ -32,6 +34,7 @@ export class IndexComponent implements OnInit { ...@@ -32,6 +34,7 @@ export class IndexComponent implements OnInit {
loginDetails: any; loginDetails: any;
//Basic Location Search: TAB 1 //Basic Location Search: TAB 1
autocomplete: any; autocomplete: any;
cfautocomplete: any; cfautocomplete: any;
searchLocError: boolean; searchLocError: boolean;
...@@ -105,7 +108,7 @@ export class IndexComponent implements OnInit { ...@@ -105,7 +108,7 @@ export class IndexComponent implements OnInit {
ngOnInit() { ngOnInit() {
this.wizardModalTrrigerInput.nativeElement.click(); // this.wizardModalTrrigerInput.nativeElement.click();
this.vehicleDataForm = new FormGroup({ this.vehicleDataForm = new FormGroup({
trim: new FormControl(''), milage: new FormControl(''), emgine: new FormControl(''), trim: new FormControl(''), milage: new FormControl(''), emgine: new FormControl(''),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment