I want to bind my form on the server so that I don't have to wait for a JavaScript model to be loaded and bound separately.
So from this starting point, how would I get a Javascript model in memory from the form elements such that Angular JS can work as per normal?