@Html.EditorFor(model => model.id, new{ng_model="id"})
the above code is not working in my code.
If i used plain html controls
<input type="text" class="ControlWidth" ng-model="id" />
the above code is working fine.
But i need html helpers ...
Thanks in advanced