Recommended way of getting data from the server

Viewed 56219

What is the recommended way to connect to server data sources in AngularJS without using $resource.

The $resource has many limitations such as:

  1. Not using proper futures
  2. Not being flexible enough
2 Answers
Related