1
In HTML:
<h3 ng-repeat="item in announcements | orderBy: '-date'">
I managed to order with orderBy filter
Source:stackexchange.com
1
In HTML:
<h3 ng-repeat="item in announcements | orderBy: '-date'">
I managed to order with orderBy filter