Commit d0074a18 by amal

Merge branch 'amal' into 'master'

Amal See merge request !9
parents 1fc271d6 bb6e068e
......@@ -303,8 +303,8 @@
<div class="row">
<div class="col-md-12">
<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 #goTostep1 goToStep="1">NEXT</button>
<button [ngClass]="{'log_btn_diabled':vehicleDataForm.invalid}" type="submit" class="log_btn next_btn floatRight" (click)="jumpToStep1()">NEXT</button>
</div>
</div>
</form>
......
......@@ -446,7 +446,7 @@
}
.service_tab_inner{
width: 100%;
padding-top: 30px;
padding-top:10px;
.arrow_btn{
width: 35px;
height: 35px;
......@@ -454,6 +454,7 @@
background-repeat: no-repeat !important;
position: relative;
left: 20px;
cursor: pointer;
}
.up_arrow{
background: url("../../../assets/images/asset_scroll_up.png");
......
......@@ -24,7 +24,9 @@ export class IndexComponent implements OnInit {
public carouselTile: NgxCarousel;
@ViewChild('wizardModal') wizardModalTrrigerInput;
//Default Map Location
lat: number = 51.678418;
lng: number = 7.809007;
......@@ -32,6 +34,7 @@ export class IndexComponent implements OnInit {
loginDetails: any;
//Basic Location Search: TAB 1
autocomplete: any;
cfautocomplete: any;
searchLocError: boolean;
......@@ -105,7 +108,7 @@ export class IndexComponent implements OnInit {
ngOnInit() {
this.wizardModalTrrigerInput.nativeElement.click();
// this.wizardModalTrrigerInput.nativeElement.click();
this.vehicleDataForm = new FormGroup({
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