SyntaxFix
Write A Post
Hire A Developer
Questions
You can also use .reverse(). It's a native array function
<div ng-repeat="friend in friends.reverse()">{{friend.name}}</div>