Skip to content

Instantly share code, notes, and snippets.

@tofumatt
Created November 25, 2014 19:30
Show Gist options
  • Save tofumatt/e27ded22d24653d6b51d to your computer and use it in GitHub Desktop.
Save tofumatt/e27ded22d24653d6b51d to your computer and use it in GitHub Desktop.
Ember.Controller.extend({
actions: {
resort: function(columnName) {
// do stuff with your data here
var stuff = STUFF();
this.set('whatever', stuff);
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment