You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constItem=can.Model.extend();constitems=Item.models({data: [{}],meta: {foo: 'bar'}});items.bind('meta.foo',(ev,val,old)=>console.log(`foo changed to ${val} from ${old}`));items.attr('meta.foo','baz');
The text was updated successfully, but these errors were encountered:
Because lists lack a bubbleRule like https://github.com/canjs/can-map/blob/master/can-map.js#L123
They do not bubble expando events as shown here: http://jsbin.com/wigazun/edit?js,output
The text was updated successfully, but these errors were encountered: