From where should REST API request be invoked from angular js?
I.e. from controller, module, service, factory. I am totally confused that what should be the right w
As long as you use the $http service it doesnt really make any difference
Although there is the provider methodology which states that you should have a data provider in the client side as well as the server side
For this matter I suggest a factory which exposes the methods you want and is utilizing the $http service itself