Skip to content
Snippets Groups Projects
Commit f1ab28cc authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

Merge branch '284-carto-bug-graphique-filtres' into 'dev'

Resolve "[Carto] Bug graphique filtres"

See merge request !495
parents fb280742 192ef8ce
No related branches found
No related tags found
Loading
<div *ngIf="modalType" [ngClass]="['modal', 'modal' + getModalType()]"> <div *ngIf="modalType" [ngClass]="['modal', 'modal' + getModalType()]">
<!-- Filter with single category --> <!-- Filter with single category -->
<div *ngIf="categories.length === 1" class="contentModal max-height" fxLayout="row wrap" fxLayoutAlign="flex-start"> <div *ngIf="categories.length === 1" class="contentModal max-height" fxLayout="row wrap" fxLayoutAlign="flex-start">
<div *ngFor="let c of categories" cclass="blockFiltre"> <div *ngFor="let c of categories" class="blockFiltre">
<ul class="blockLigne"> <ul class="blockLigne">
<li *ngFor="let module of c.modules" fxLayout="row" fxLayoutAlign="start center" class="ligneFiltre"> <li *ngFor="let module of c.modules" fxLayout="row" fxLayoutAlign="start center" class="ligneFiltre">
<div class="checkbox"> <div class="checkbox">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment