@Pop_Levente wrote:
Hi All,
can someone explain me what’s the difference between
a. observer1: observer(‘prop1,prop2,prop3’, function () { });
b. observer1: observer(‘prop1’,‘prop2’,‘prop3’, function () { });
i have an older application and version 1 is working with an older ember version, but not with a new ember version. it does not fires the observer anymore. Also what if it’s a computed? i have a few of them also, similar setup like this one.
Posts: 1
Participants: 1