SyntaxFix
Write A Post
Hire A Developer
Questions
You could use limitTo filter with -1 for find the last element
limitTo
-1
Example :
<div ng-repeat="friend in friends | limitTo: -1"> {{friend.name}} </div>