When I do a $http.post in AngularJS with a object like:
{ name: '232', id: '3434', $type: "API.Models.Fields.ValuesList, API" }
with the signature:
$http.post('api/records', model);
the $type attribute is removed everytime on the chrome traffic listener no matter the value.
Is there some secret $ remover ;) ?
UPDATE: ANGULAR >= 1.3 NOW DOES NOT REMOVE THE $ ATTRS.