Skip to content
Snippets Groups Projects

Resolve "Réorganisation criterion (null, not null)"

Merged Angapay Divin requested to merge 41-reorganisation-criterion-null-not-null into develop
@@ -3,7 +3,8 @@
|| (attributeListIsLoading | async)
|| (coneSearchConfigIsLoading | async)">
</app-spinner>
<app-criteria-list [attributeList]="attributeList |async" [criteriaList]="criteriaList | async" *ngIf="(criteriaList | async).length">
</app-criteria-list>
<div *ngIf="(datasetListIsLoaded | async)
&& (criteriaFamilyListIsLoaded | async)
&& (attributeListIsLoaded | async)
Loading