Soyuka
Member since Apr 28, 2014
- Profile: /members/11857-soyuka.htm
- URL: http://soyuka.me
- Comments: 1
Recent Blog Comments By Soyuka
-
Posting Form Data With $http In AngularJS
Posted on Apr 28, 2014 at 8:21 AM
@raymon: this is also a solution to avoid jQuery $.params (http://scotch.io/tutorials/javascript/submitting-ajax-forms-the-angularjs-way) for example. The fact is that PHP does not parse the JSON datas sent from angular into the $_POST. If you want angularjs $http.post() to work out of the box, yo... read more »