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

display criteria on result

parent 8cf85b96
No related branches found
No related tags found
2 merge requests!72Develop,!36Resolve "Affichage des criteria dans la page result"
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
Dataset <span class="font-weight-bold">{{ (dataset | async).label }}</span> Dataset <span class="font-weight-bold">{{ (dataset | async).label }}</span>
selected with <span class="font-weight-bold">{{ dataLength | async }}</span> objects found. selected with <span class="font-weight-bold">{{ dataLength | async }}</span> objects found.
<div *ngIf="(criteriaList | async) as criteriaList"> <div *ngIf="(criteriaList | async) as criteriaList">
<span>Search criteria</span> <span *ngIf="criteriaList.length">Search criteria :</span>
<ul> <ul>
<li *ngFor="let criterion of criteriaList"> <li *ngFor="let criterion of criteriaList">
......
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