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

Multiple observers on same property

$
0
0

@ioanszabo wrote:

Hi,
I have an controller called Base which defines a property that observe a service property.
Then I have seven controllers that extends this base controller.

The problem is that if I initialized let's say two controllers by accessing theirs routes, the observer will trigger twice.
If I initialize three controllers observer will trigger three times etc..

Is possible to force observer to run single time. I've tried debounce. not working.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4831

Trending Articles