angularjs - Whats difference between $http.post of angular vs $.post of jquery -
whats difference between $http.post of angular vs $.post of jquery.
$http.post() vs $.post()   is $http.post() internally uses $.ajax of jquery or makes own xmlhttprequest?
i facing issue angular $http.post method not working asp.net web api
they doing same task, difference in syntax. call underlying xmlhttprequest request server.
$http.post doesn't call $.post, angular doesn't depend on jquery.
Comments
Post a Comment