{{numericalValue | ordinal}}
Converts e.g 1 -> 1st, 2 -> 2nd, 3 -> 3rd, 4 -> 4th.
The snippet to create an ordinal number was found online here
This filter can be installed through Bower:
bower install angularjs-ordinal-filter
Hopefully someone finds this useful!