Problem
You want a property on an object whose value is determined programmatically
Solution
Create a computer function either with Ember.computed
or the property()
function of Function objects
You want a property on an object whose value is determined programmatically
Create a computer function either with Ember.computed
or the property()
function of Function objects