Hi there I've been working with AngularJS for a while and I've read quite a bit about it. Yet, I find it hard to find out the details (without looking into the source code - which is what I should be doing, but I haven't found time yet :S)
The following questions are not yet quite clear: 1) How does the Angular event system work? Are events executed on the spot, or are they bundled together? What is happening in detail when I broadcast/emit an event. 2) Each variable on the scope ends up being digest loop, right? 3) When using two-way binding between a controller and a directive with an isolated scope, the variables are copied to the scope of the directive. The two variables are kept in sync by the digest loop, correct? 4) Given there is a large array on the scope, and the isolated scope is bound to it, how can I set the data binding such that it digests the array length instead of all the array fields? Thanks for pointers and your two cents in advance! Ben -- 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.
