@lennyburdette wrote:
The EmberMap screencast on DDAU input events was a huge
![]()
![]()
moment for me.
However, I’m curious why
this.notifyPropertyChange('key.path')
doesn’t seem to work. It has to bethis.get('key').notifyPropertyChange('path')
(which means thatkey
must be an Ember.Object).Here’s a twiddle reproducing the issue.
Should this work? If not, why not?
Posts: 1
Participants: 1