Feature: sort by title

This commit is contained in:
2017-11-14 14:36:06 +00:00
parent cbec8b7a7f
commit 13fd147c1a

View File

@@ -51,7 +51,7 @@
</div>
<table class="table is-striped is-fullwidth">
<tbody>
<tr dir-paginate="pdf in pdfs | filter:searchManual | itemsPerPage:10">
<tr dir-paginate="pdf in pdfs | filter:searchManual | orderBy:'title' | itemsPerPage:10">
<td>{{pdf.title}}</td>
<td><a href="#" ng-click="view(pdf)" class="button is-primary is-small"><i class="fa fa-eye"></i></a></td>
</tr>