Skip to content
Snippets Groups Projects

Resolve "[Carto] Bug graphique filtres"

Merged Marlène SIMONDANT requested to merge 284-carto-bug-graphique-filtres into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
<div *ngIf="modalType" [ngClass]="['modal', 'modal' + getModalType()]">
<!-- Filter with single category -->
<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">
<li *ngFor="let module of c.modules" fxLayout="row" fxLayoutAlign="start center" class="ligneFiltre">
<div class="checkbox">
Loading