mardi 15 novembre 2016

How to get the changed object of an array when using ember oberver

I am using following code to get the details of the object whose property is changed.

getChangedObject:function(){
    console.log('changed name is' , can i get the object here );
}.observes('model.@each.rollNo')

Thanks in advance.




Aucun commentaire:

Enregistrer un commentaire