Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
prodige
bdl-alkante-visualiseur-core
Commits
845c02bb
Commit
845c02bb
authored
Nov 14, 2022
by
Justine
Browse files
corrrection couches non cochables
parent
fa6491ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/visualiseur-core/src/lib/layers-legend/layers-legend/layers-legend.component.html
View file @
845c02bb
...
...
@@ -193,7 +193,8 @@
[attr.data-level]=
"level"
[attr.data-idx]=
"idx"
(click)=
"toggleBaseLayerVisibility($event.target, layerGroup, mapId)"
[checked]=
"layerGroup.get('visibleChecked')"
[indeterminate]=
"!layerGroup.get('allChildrenHaveSameVisibility')"
[disabled]=
"layerGroup.get('disabled')"
/>
[indeterminate]=
"!layerGroup.get('allChildrenHaveSameVisibility')"
[disabled]=
"layerGroup.get('disabled') ? layerGroup.get('disabled').read : null"
/>
<label
class=
"form-check-label"
>
<div
class=
"list-group-item d-flex layergroupName"
[attr.aria-expanded]=
"layerGroup.get('open') ? 'true' : 'false'"
[attr.aria-controls]=
"'menu_'+path"
...
...
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