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
cedff6ad
Commit
cedff6ad
authored
Apr 03, 2019
by
amalk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Amal 03-04-2019|11:41
parent
46b89fc9
Hide 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 @
cedff6ad
...
@@ -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>
...
...
src/app/home/index/index.component.scss
View file @
cedff6ad
...
@@ -446,7 +446,7 @@
...
@@ -446,7 +446,7 @@
}
}
.service_tab_inner
{
.service_tab_inner
{
width
:
100%
;
width
:
100%
;
padding-top
:
3
0px
;
padding-top
:
1
0px
;
.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")
;
...
...
src/app/home/index/index.component.ts
View file @
cedff6ad
...
@@ -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
(
''
),
...
...
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