angularjsasp.net-mvcmvc-editor-templates

How can i use MVC Editor Templates using AngularJS in a view


I have used MVC and jquery to create different Question types in a view using MVC Editor templates in one of the project. See code example

@Html.EditorFor(model => (model).UserIfno.Questions[0], "QuestionTextBox");

Now i want to Use the Angular with MVC to achieve this Task.

Please share Best approach to achieve this.


Solution

  • I found the Idea how to achieve this using Angular.

    If any body else required please see this => Angular Static and dynamic templates