Skip to content

Instantly share code, notes, and snippets.

@gregimba
Created March 12, 2013 03:11
Show Gist options
  • Save gregimba/5140019 to your computer and use it in GitHub Desktop.
Save gregimba/5140019 to your computer and use it in GitHub Desktop.
App = Ember.Application.create({});
App.IndexRoute = Ember.Route.extend({
setupController: function(controller) {
controller.set('content', ['a', 'b', 'c']);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment