4
jquery $ से .ajax से कोणीय $ http
मेरे पास jQuery कोड का यह टुकड़ा है जो ठीक क्रॉस मूल काम करता है: jQuery.ajax({ url: "http://example.appspot.com/rest/app", type: "POST", data: JSON.stringify({"foo":"bar"}), dataType: "json", contentType: "application/json; charset=utf-8", success: function (response) { console.log("success"); }, error: function (response) { console.log("failed"); } }); अब मैं इसे बिना किसी सफलता के Angular.js कोड में …