fix: fix repository selection

This commit is contained in:
tdurieux
2021-09-06 11:59:59 +02:00
parent a3a8667d6d
commit b3a7278819
+3 -3
View File
@@ -70,9 +70,9 @@
> >
<option selected value="">None</option> <option selected value="">None</option>
<option <option
ng-repeat="repo in repositories|orderBy:'full_name'" ng-repeat="repo in repositories|orderBy:'fullName'"
value="https://github.com/{{ repo.full_name }}" value="https://github.com/{{ repo.fullName }}"
ng-bind="repo.full_name" ng-bind="repo.fullName"
></option> ></option>
</select> </select>
<div class="input-group-append"> <div class="input-group-append">