-8

I just want to send requests and get responses using AngularJs, but I haven't tried anything yet.

Gargaroz
  • 313
  • 9
  • 28

2 Answers2

0

The $http-service is what you are looking for. It comes with preconfigured get and post methods to make easy requests, but you can also configure your requests as you wish.

LionC
  • 3,106
  • 1
  • 22
  • 31
0

You can use $http service or restangular for that. https://github.com/mgonto/restangular

Koray Güclü
  • 2,857
  • 1
  • 34
  • 30