Mikhail
Member since Jun 26, 2014
- Profile: /members/12059-mikhail.htm
- Comments: 1
Recent Blog Comments By Mikhail
-
Posting Form Data With $http In AngularJS
Posted on Jun 26, 2014 at 2:57 AM
Hi! Your example not working with insert object in data. { test: 'somevar' array: [1,2,3], insert: {test: 1, test2: 2} } I have dirty solution, maybe it's can help: function myTransformRequest ( data, name ) { var result = '' , prefix = name || ''; if ( angular.isA... read more »