Skip to content

Instantly share code, notes, and snippets.

@jakecraige
Created January 23, 2014 00:58
Show Gist options
  • Save jakecraige/8570765 to your computer and use it in GitHub Desktop.
Save jakecraige/8570765 to your computer and use it in GitHub Desktop.
Em.ArrayProxy.createWithMixins Ember.SortableMixin, {
content: @get('contacts')
sortProperties: ['sort_key']
sortAscending: true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment