Skip to content

Instantly share code, notes, and snippets.

@uhtred
Created October 29, 2016 00:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uhtred/a62983ce17bbc1ec803ffe43c83eb3e7 to your computer and use it in GitHub Desktop.
Save uhtred/a62983ce17bbc1ec803ffe43c83eb3e7 to your computer and use it in GitHub Desktop.
Angular: Order translated options
ng-options="item.key as item.name=('telecon.entity.' + item.key | translate) for item in profileEditCtrl.keys | orderBy:'name'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment