I have been trying to use ng-options to display an array of fonts in a select sorted alphabetically by the value of the items in the array.
ng-options
HTML
As the documentation specifies, the string argument is for object properties, not for primitives. I think, as elementary as it sounds, you have to create a function on the scope that simply returns the argument, and pass that to orderBy.
orderBy
See jsFiddle!