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
eCOM-RICM5-MyTransport
MyTransport
Commits
3a11baf2
Commit
3a11baf2
authored
Dec 17, 2018
by
Julien
Browse files
fixing private
parent
e6cbea9c
Pipeline
#17255
failed with stages
in 1 minute and 36 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/app/home/home.component.html
View file @
3a11baf2
...
...
@@ -8,7 +8,7 @@
</select>
<br>
<a
*ngFor=
"let agence of filteredAgencies"
href=
"#"
class=
"list-group-item list-group-item-action"
(click)=
"onSelect(agence)"
[class.active]=
"agence==
s
electedAgence"
>
{{agence.nom}}
<span
class=
"text-muted"
>
à {{agence.ville}}
</span>
</a>
(click)=
"onSelect(agence)"
[class.active]=
"agence==
getS
electedAgence
()
"
>
{{agence.nom}}
<span
class=
"text-muted"
>
à {{agence.ville}}
</span>
</a>
</div>
<div
class=
"col-9"
>
<form
action=
""
[style.visibility]=
"queryVehicules == undefined ? 'hidden' : 'visible'"
>
...
...
src/main/webapp/app/home/home.component.ts
View file @
3a11baf2
...
...
@@ -172,4 +172,8 @@ export class HomeComponent implements OnInit {
}
});
}
getSelectedAgence
():
Agence
{
return
this
.
selectedAgence
;
}
}
Write
Preview
Supports
Markdown
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