I can't get the following to work:
var percent = <% Model.Percent; %>
I am sending a Model to the view from the controller...I'm getting the error:
Only assignment, call, increment, decrement, and new object expressions can be used as a statement
Am I being extremely stupid?