When we write code inside of a controller then we need to fetch data from web server and web server might need to talk to SQL database or XML files on desk and get back data from server in order to communicate to the server and it’s a job of $http service available in...
I am using AngularJS from a while now and decided to write a series of post on AngularJS now. I will start with a basic Hello World post which mostly focuses on how to setup environment for AngularJS to use it. Later I will gradually cover up all (or most of) important concepts on...