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
master
58-add-flow-on-navigate-button-to-route-from-user-to-bike
66-highlight-selected-route-from-list-of-different-routes
67-deactivate-user-api-integration
68-display-no-go-areas-on-map
69-add-launcher-icon-for-application-on-android
70-add-validation-for-feedback-should-not-be-empty
71-prediction-ui-implementation-send-location-of-bike-to-backend
72-feedback-toast-message
73-removal-here-maps-api-key
Show-Bike-details-when-bike-icon-is-clicked
1 merge request
!54
Resolve "Highlight selected route from list of different routes"
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