So I have a controller takes strong typed CarModel object for post request. In angular js how do I serialize it and pass with post request so the controller will understand it. Can someone show a sample code or point to a right direction.
I have only seem people posting on how to pass data for angular js to read it, did not find anything talks about how to post a strong typed object.
Thanks