How do I show only the first element in angular?
I\'m using ng-repeat like this:
ng-repeat
You can use this:
It will use the first element of the array.