Hi Frank, Angular takes care of that. just make sure there is a digest cycle before entering your time-consuming function. Just like the timeout in the previous messages. I created a small plunk <http://goo.gl/0y95Zy> to show how it works:
In this sample I used a setTimeout on purpose, to emulate anything that's not angular. Normal use, I would advise using AngularJS own $timeout. Regards Sander -- 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.
