> > so really an issue is when the DOM get rewritten to include the <b> tags, > the change is NOT being propogated, which means its out of sync for the > NEXT call. >
The issue I'm trying to address with the blur code is the fact that the change (adding the <b> tags) is NOT getting propogated to the model. What I would like to accomplish is 1) get the change propogated to the model when the new tags are added or removed 2) have a change event triggered so I can mark the field as dirty 3) on (final) blur, save the changes if the field is marked as dirty. since 1 & 2 never occur neither will 3 -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/groups/opt_out.
