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

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

c# SetCompatibleTextRenderingDefault must be called before the first -

Laravel mail error `Swift_TransportException in StreamBuffer.php line 269: Connection could not be established with host smtp.gmail.com [ #0]` -