Hacker News new | ask | show | jobs
by robbs 4305 days ago
Using $http and callbacks is great to get started but it doesn't scale up to large apps very well.
1 comments

Can you explain why? A large app will not likely make a far greater number of http calls at the same time. If you must have up to date data then I don't see an alternative in something like angular.