Ajax requests with Angularjs
In many applications client is required to make requests to remote http servers to fetch data, or as we say make ajax requests, AngularJs provides $http service for making ajax requests to remote servers. In this tutorial we just want to demonstrate a simple get and post request in angular js using the $http service. […]