I have a philosophy question about AngularJS and directives but correct implementation of the next problem solves it. So,
1. I need an AngularJS directive, 2. It loads some data via *several* (not one!) $http requests, 3. It shows it, 4. It updates data (and re-shows it) every second, 5. The view has to be unchanged while data is loading/reloading. How should I do it in a correct way? And what about if I need a controller but not directive? (Difference is that controllers have resolve options but directives don't.) -- 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.
