in note-editor you want to use attribute change event handler this way:
- events: {
- '{scope} id': function(scope, ev, id){
- //id contains updated value
- }
- }