Skip to content

Instantly share code, notes, and snippets.

@jackkitley
Created January 30, 2013 08:41
Show Gist options
  • Save jackkitley/4671702 to your computer and use it in GitHub Desktop.
Save jackkitley/4671702 to your computer and use it in GitHub Desktop.
App.ActivitiesController = Em.ArrayController.extend(Ember.PaginationSupport,{
viewActivity: function(event) {
//console.log("View activity");//.transitionToRoute('accounts');
// console.log(event);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment