Skip to content
Snippets Groups Projects
Commit 76012c1c authored by Isaac Evavold's avatar Isaac Evavold
Browse files

fix variable credit validation

parent 27cf43f2
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,10 @@
</label>
<mat-form-field>
<mat-label>{{ course.creditMin }}-{{ course.creditMax }} cr</mat-label>
<mat-select attr.aria-label="{{ credit }} credits" formControlName="credits" aria-labelledby="credits-range-{{ course.id }}" aria-labelledby="credits-range-{{ course.id }}">
<mat-select
formControlName="creditsDropdown"
attr.aria-label="{{ credit }} credits"
aria-labelledby="credits-range-{{ course.id }}">
<mat-option
attr.aria-label="{{ credit }} credits"
*ngFor="let credit of course.range"
......
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