- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2018 06:03 AM
We are using Jakarta.
I need the articles I create for a KB to display on the service portal with the newest articles displaying first.
Currently they seem to display alphabetically (a to z).
This is just for the service portal side of things.
Here's what we get now...
Thanks
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2018 10:11 PM
Good that you found the solution!
Yeah, it's just adding a dash before to make it descending when setting order in angular.
The problems with differing time zones, you see the community updates at the wrong time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2018 01:11 PM
Darn.... I was hopeful that would do the trick but no worky......Thank you....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2018 02:45 PM
I want to thank everyone who tried to help this humble newbie.
This is the resolution:
<div role="listitem" ng-repeat="kb_article in data.items | orderBy: '-published'" class="sp-kb-topic-article m-b-lg">
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2018 10:11 PM
Good that you found the solution!
Yeah, it's just adding a dash before to make it descending when setting order in angular.
The problems with differing time zones, you see the community updates at the wrong time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2021 04:36 AM
100% working. Thank you