Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@idleworx
Created October 30, 2014 01:00
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 idleworx/5746464915ef206a9327 to your computer and use it in GitHub Desktop.
Save idleworx/5746464915ef206a9327 to your computer and use it in GitHub Desktop.
function getFieldsSorted(item){
var fields = _.sortBy(item.fields,'order'); //using the awesome underscorejs library
return fields;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment