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

Ember lookup property from inside custom component

$
0
0

@harimath wrote:

Say I have a custom component as my-panel

And in the backing JS (my-panel.js)

this.get('targetObject')

Also I reference/use this component from another custom component say "my-sections.hbs" as

{{my-panel}}

My question is when I do

this.get('targetObject') //Called inside my-panel.js

How/Where does it lookup the property "targetObject" in ? What does the chain look like?

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4826

Trending Articles