1App.ApplicationRoute = Ember.Route.extend({ 2 setupController: function(controller) { 3 controller.set('title', "Hello world!"); 4 } 5});