mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-06-05 15:18:11 +02:00
fix: fix repository selection
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user