added sorting to the repository list page
This commit is contained in:
parent
353ae1cd6f
commit
b3b722394c
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
<input type="search" placeholder="FILTER" class="pure-u-1" id="search" ng-model="search" autofocus />
|
<input type="search" placeholder="FILTER" class="pure-u-1" id="search" ng-model="search" autofocus />
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<a class="repo" ng-repeat="repo in repos | filter:search" href="/{{ repo | fullPath }}">
|
<a class="repo" ng-repeat="repo in repos | filter:search | orderBy: 'name' " href="/{{ repo | fullPath }}">
|
||||||
<div class="pure-g">
|
<div class="pure-g">
|
||||||
<div class="pure-u-5-6">
|
<div class="pure-u-5-6">
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in a new issue