Skip to content
Snippets Groups Projects
Commit bb5d17a2 authored by Angapay Divin's avatar Angapay Divin
Browse files

display criterialist on criteria page

parent f7a9fecf
2 merge requests!72Develop,!38Resolve "Réorganisation criterion (null, not null)"
......@@ -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)
......
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