Skip to content

Commit

Permalink
Chapter 3: Property as a function
Browse files Browse the repository at this point in the history
  • Loading branch information
ryakh committed Feb 17, 2014
1 parent 9c82333 commit b501531
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion js/app.js
Expand Up @@ -11,5 +11,9 @@ App.IndexRoute = Ember.Route.extend({
});

App.IndexController = Ember.Controller.extend({
siteTitle: 'Welcome to Emberoverflow'
siteTitle: 'Welcome to Emberoverflow',

currentTime: function() {
return(new Date);
}
});

0 comments on commit b501531

Please sign in to comment.