Well, first you have to define what you think "too many" is. Also, how much data are you transmitting each direction? Under 100k and yes, you are being too paranoid IMO. More than 100k and less than 1M isn't really a lot either, but I don't know the conditions that you are running under. Also, how often are you schlepping data back and forth? Once every couple of minutes isn't anything to worry about. Even several times a minute isn't anything to sweat as most server requests resolve in under a second. Now, if you're moving 5M every 10 seconds then yes, you may want to consolidate things. But enough speculation.
Angular is made to run just fine with async requests and to use promises to resolve them and many other things. Doing things any other way when you may not have to seems like an awful lot of work to me. -- 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.
