Skip to content

Commit

Permalink
Chapter 3: First controller
Browse files Browse the repository at this point in the history
  • Loading branch information
ryakh committed Feb 17, 2014
1 parent 4c4d250 commit d661117
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/app.js
Expand Up @@ -9,3 +9,7 @@ App.IndexRoute = Ember.Route.extend({
return ['red', 'yellow', 'blue'];
}
});

App.IndexController = Ember.Controller.extend({
siteTitle: 'Welcome to Emberoverflow'
});

0 comments on commit d661117

Please sign in to comment.