Applications are now ordered by oldest date

This commit is contained in:
HooVee
2016-08-25 21:01:17 +03:00
parent 08350a276a
commit 6f71860b24
+1 -1
View File
@@ -1,7 +1,7 @@
<h1> Jäsenhakemukset </h1>
<div>
<div class="panel panel-primary" ng-repeat="x in applications">
<div class="panel panel-primary" ng-repeat="x in applications | orderBy: 'submitted'">
<div class="panel-heading">{{ x.member.first_name }} {{ x.member.last_name}}</div>
<div class="panel-body">
<div class="row">