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