Commit ff334700c2e2f5bd4760d69cd7a169555ba1a5eb
1 parent
e52721a27d
Exists in
master
and in
1 other branch
Attempt 2
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
templates/cardlist.html
View file @
ff33470
... | ... | @@ -60,7 +60,7 @@ |
60 | 60 | |
61 | 61 | <div class="list" style="padding: 0px 15px"> |
62 | 62 | <ul class="collection" |
63 | - ng-repeat="(weeknum, week_cards) in cards | filter:searchText | filter:filterByDate | groupBy: 'material_week_num' | orderBy:min"> | |
63 | + ng-repeat="(weeknum, week_cards) in cards | filter:searchText | filter:filterByDate | groupBy: 'material_week_num' | orderBy:-material_week_num"> | |
64 | 64 | <li class="collection-header"><h3>Week {{weeknum}}</h3></li> |
65 | 65 | <li class="collection-item" ng-click="expand = !expand" ng-repeat="card in week_cards" ng-show="show || !card.is_hidden"> |
66 | 66 | <div>{{card.text}} |