angularjs - $HTTP service in Angular.js -
i new in angular.js
, , learning it.
i looking on $http
service send ajax
request.
i got 3 ways send ajax
request form angular.js
.
these here
ajax
calls via$http
service.jsonp
calls via$http
service.rest
type calls.
actually getting confuse these 3 process, better me use.
which more efficient , reliable me implement in project?
my main aim make high throughput.
any suggestion helpful me.
if beginner recommend go $http. pretty straight forward , simple use , serves of regular development tasks. other 2 requires fair amount of understanding though same job making ajax calls.
Comments
Post a Comment