Sunday, August 10, 2014

AngularJS–Part 4 - Accessing server side resources

AngularJS offers different built-in ways of communicating with a server. The service we want to discuss here is the so called $http service. It provides us an easy and elegant way to communicate via HTTP protocol with a web server. We get the $http service in a controller via dependency injection.

Read More