Skip to content

Instantly share code, notes, and snippets.

@tbergeron
Created August 7, 2014 21:29
Show Gist options
  • Save tbergeron/b6dc44c7823273c76b00 to your computer and use it in GitHub Desktop.
Save tbergeron/b6dc44c7823273c76b00 to your computer and use it in GitHub Desktop.
App.EntriesController = Ember.ArrayController.extend({
// sorting
sortProperties: ['createdAt'],
sortAscending: false
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment