fix: fix repository selection

This commit is contained in:
tdurieux
2021-09-06 11:59:59 +02:00
parent a3a8667d6d
commit b3a7278819

View File

@@ -70,9 +70,9 @@
>
<option selected value="">None</option>
<option
ng-repeat="repo in repositories|orderBy:'full_name'"
value="https://github.com/{{ repo.full_name }}"
ng-bind="repo.full_name"
ng-repeat="repo in repositories|orderBy:'fullName'"
value="https://github.com/{{ repo.fullName }}"
ng-bind="repo.fullName"
></option>
</select>
<div class="input-group-append">