Eric,

Thanks for the reply and the Plunker eg. I think part of my confusion was 
that it seems that onChange() is fired only when properties exposed on the 
Component change. I was thinking that when controller variables that were 
bound to the template change, that I might see onChange fire. 

This explains why your example only fires once when the MyCmp component 
initializes (because it exposes a dynamicProp property and never again. All 
the other console logs are coming from the CDirective.increase() click 
handler.

All part of the learning process...

Thank you,
Pete

-- 
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 angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to