@jobsboris27 wrote:
Hi there! I have model with some props.
name: DS.attr(),
description: DS.attr(),
stats: DS.attr(),
someValue: Ember.computed('stats', function() { return data })But, how i can get in controller property 'someValue' ?
Posts: 1
Participants: 1