<div ng-app="myControllers">
<div ng-controller="FormController">
Notes:<br />
Must include $httpParamSerializerJQLike<br />
Must send headers: Content-Type = application/x-www-form-urlencoded<br />
Must use $httpParamSerializerJQLike to serialize the data you're sending through the POST Request
<p>
{{ s({name:'All ; ist good'}) }}
</p>
</div>
</div>