I just want to send requests and get responses using AngularJs, but I haven't tried anything yet.
Asked
Active
Viewed 115 times
-8
-
Take a look https://docs.angularjs.org/api/ng/service/$http – Alex Char Jul 08 '15 at 13:05
2 Answers
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
-
Thank you for your answer.I have searched for $http-request and i got that i want. – Suraj Kumar Jul 10 '15 at 05:31
0
You can use $http service or restangular for that. https://github.com/mgonto/restangular

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