Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4831

How get model in controller?

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 4831

Trending Articles