I would like to do two dropdowns in a view, I do not want to do these dropdowns through the model in the view because each dropdown is of a different class.
I made the dropdowns with angular.js only because I could not get the values when submitting the form.
I would like to do these dropdowns with Get call via Json or Ajax.