Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
com.akaver.sportmap
SportMap-aurelia
Commits
202da9a5
Commit
202da9a5
authored
Apr 21, 2020
by
Andres Käver
Browse files
typo
parent
46efdbf4
Pipeline
#791
passed with stages
in 1 minute and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/views/home/index.html
View file @
202da9a5
...
...
@@ -5,7 +5,7 @@
<select
value.bind=
"selectedGpsSession"
class=
"form-control"
id=
"sessionSelect"
>
<option
model.bind=
"null"
>
Choose...
</option>
<option
repeat.for=
"gpsSession of gpsSessions"
model.bind=
"gpsSession"
>
${gpsSession.userFirstLastName} - ${gpsSession.
N
ame} - Locations: ${gpsSession.gpsLocationsCount} - ${gpsSession.recordedAt}
${gpsSession.userFirstLastName} - ${gpsSession.
n
ame} - Locations: ${gpsSession.gpsLocationsCount} - ${gpsSession.recordedAt}
</option>
</select>
...
...
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