Comment on Why does Ember.js rock?parentComments−Kerrick13yI wrote that contrived example to show off computed properties. In idiomatic Ember.js, I would have written the template as follows, with no Computed Property (indeed, no explicit Controller) needed: {{#if name}}Hello, {{name}}{{/if}}
Comments
I wrote that contrived example to show off computed properties. In idiomatic Ember.js, I would have written the template as follows, with no Computed Property (indeed, no explicit Controller) needed: