Michel
Member since Apr 15, 2016
- Profile: /members/13141-michel.htm
- Comments: 1
Recent Blog Comments By Michel
-
Posting Form Data With $http In AngularJS
Posted on Apr 15, 2016 at 2:40 AM
I had same problem while using $http POST, $_POST was empty. I resolve it by using $httpParamSerializerJQLike since angularjs 1.4. instead of $.param provided by Jquery. Here's the code js: var connexionApp = angular.module('connexionApp', []); var connexionCtrl = connexionApp.controller("conn... read more »