I'm using AngularJS to create a table of data. Since Angular allows you to filter and order the data in the controller, is there a way to specify an incremental value?
For example:
Rank | UserName | Score | Last Played
Here The ranking is going to be ordered by the highest score.
What would be the angular expression to set the Rank accordingly?