aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/need-list/need-list.component.html
diff options
context:
space:
mode:
authorbenal01 <bja4245@rit.edu>2025-03-27 08:54:06 -0400
committerbenal01 <bja4245@rit.edu>2025-03-27 08:54:06 -0400
commit84083e7229678c30d827270bfa25de66a02d7b8c (patch)
treef3d42c90b60fc63a4bce9bf11e50bf15d02ab2a6 /ufund-ui/src/app/components/need-list/need-list.component.html
parent057efa1b557d5d874300c6cda8c7d74519c946d6 (diff)
downloadJellySolutions-84083e7229678c30d827270bfa25de66a02d7b8c.tar.gz
JellySolutions-84083e7229678c30d827270bfa25de66a02d7b8c.tar.bz2
JellySolutions-84083e7229678c30d827270bfa25de66a02d7b8c.zip
display name for algorithms
Diffstat (limited to 'ufund-ui/src/app/components/need-list/need-list.component.html')
-rw-r--r--ufund-ui/src/app/components/need-list/need-list.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufund-ui/src/app/components/need-list/need-list.component.html b/ufund-ui/src/app/components/need-list/need-list.component.html
index 9799493..a653527 100644
--- a/ufund-ui/src/app/components/need-list/need-list.component.html
+++ b/ufund-ui/src/app/components/need-list/need-list.component.html
@@ -3,7 +3,7 @@
<label for="sort">Sort by:</label>
<select [(ngModel)]="sortSelection" id="sort" (change)="changeSortAlgo(sortSelection, searchForm.value)">
<option *ngFor="let algorithm of SortingAlgoArrays" value="{{algorithm.name}}">
- {{algorithm.name}}
+ {{algorithm.display}}
</option>
</select>
<form id="search-form" #searchForm="ngForm">