Showing posts with label Service http in angularjs. Show all posts
Showing posts with label Service http in angularjs. Show all posts

Tutorial 31 – service $http in angularjs

Service $http in angularjs

 In AngularJS the $http is a core service for reading data from web servers.
Expression: $http.get(url) 

Example:
we have a url as http://www.youdomain.com/data/getStudent and this url return following data



Popular Posts