Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
5 years ago
by
Ratnadeep Rajendra Kharade
Browse files
Options
Download
Email Patches
Plain Diff
html changes for route highlight
parent
ef48e15a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/hirebike/hirebike.page.html
+1
-1
src/app/hirebike/hirebike.page.html
with
1 addition
and
1 deletion
+1
-1
src/app/hirebike/hirebike.page.html
+
1
-
1
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>
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets