I\'m trying to pass a model to my controller with an ajax call.
I\'ve looked at the answer provided by Laviak in the following question but was not able to get it to wor
Make sure that the javascript file that is containing the AJAX call is included after the script that defines the MODEL
variable in your master file:
Also I would recommend you taking a look at the following article which illustrates how to pass complex object graphs using JSON AJAX request to a controller.