Hi,

In my AngularJS UI, I have a combobox on top and a whioe bunch of complex 
custom-directives whose ng-models are bound to properties of the "selected 
object" in the combobox.

Now, currently when the selected object changes, all directives stay in 
place, listen to the ng-model changes (and other watchers) and doing it's 
thing. Instead I want them all to "redraw"/"refresh". How do I set this up?

(The reason I want to redraw is because the directives are all messed up 
with regards to listening to these changes and redrawing would be much 
cleaner).

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" 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 https://groups.google.com/group/angular.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/angular/8b213c38-bff8-4768-ab16-8d71040e4966%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to