I am very new to angularJS. I am searching for accessing services from RESTful API, but I didn\'t get any idea. How can I do that?
The $http service can be used for general purpose AJAX. If you have a proper RESTful API, you should take a look at ngResource.
You might also take a look at Restangular, which is a third party library to handle REST APIs easy.