ContributorsLast modified on: Mar 25, 2016
farhan687

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

Discussion