Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dcarfixers_angular
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
16
Issues
16
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tobin
dcarfixers_angular
Commits
d0074a18
Commit
d0074a18
authored
Apr 03, 2019
by
amal
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'amal' into 'master'
Amal See merge request
!9
parents
1fc271d6
bb6e068e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
index.component.html
src/app/home/index/index.component.html
+2
-2
index.component.scss
src/app/home/index/index.component.scss
+2
-1
index.component.ts
src/app/home/index/index.component.ts
+4
-1
No files found.
src/app/home/index/index.component.html
View file @
d0074a18
...
...
@@ -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>
...
...
src/app/home/index/index.component.scss
View file @
d0074a18
...
...
@@ -446,7 +446,7 @@
}
.service_tab_inner
{
width
:
100%
;
padding-top
:
3
0px
;
padding-top
:
1
0px
;
.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")
;
...
...
src/app/home/index/index.component.ts
View file @
d0074a18
...
...
@@ -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
(
''
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment