Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hdastageeri
hft_awado_app
Commits
2c868f44
Commit
2c868f44
authored
Jan 06, 2020
by
Ratnadeep Rajendra Kharade
Browse files
html changes for route highlight
parent
ef48e15a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/hirebike/hirebike.page.html
View file @
2c868f44
...
...
@@ -79,7 +79,7 @@
<div
class=
"routes-list-wrapper"
>
<div
class=
"routes-list-inner"
>
<div
class=
"route-option-wrapper"
*ngFor=
"let route of routeList | keyvalue; let i = index"
>
<div
class=
"route-option-inner"
(click)=
"selectRoute(route.value.route, i)"
>
<div
class=
"route-option-inner"
[ngClass]=
"{'selected': route.value.selected}"
(click)=
"selectRoute(route.value.route, i)"
>
<div
class=
"route-heading"
>
{{getRouteType(route.value.mode)}}:
</div>
<div
class=
"route-summary"
>
{{route.value.summary}}
</div>
<div
class=
"route-prediction"
></div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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