1

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.

3
  • Simply you can't use @Html.EditorFor in angularJs. Commented Oct 17, 2017 at 7:01
  • I now but how can i achieve this functionality with angular. I am just start using angular and need expert opinion. Commented Oct 17, 2017 at 7:30
  • see this ==> stackoverflow.com/questions/24275104/… Commented Oct 18, 2017 at 8:44

1 Answer 1

0

I found the Idea how to achieve this using Angular.

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.