Hi All,

I have a few compiled elements (directives) inside a contenteditable <div>. 
When the model of the html inside the contenteditable changes, these 
elements recompile and the content flashes.

and here is my question: 
Is there is a way to look at the rendered elements from the updated model, 
find the difference between the updated dom and the existing dom, and only 
apply the differences? 

For updated elements that have directives attached, I will write a custom 
function that compares the template value with the compiled html, to help 
decide if it should be replaced or not.

Thanks!
Ge

-- 
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/d/optout.

Reply via email to