我如何在视图中使用 AngularJS 使用 MVC 编辑器模板

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

我已经使用 MVC 和 jquery 在其中一个项目中使用 MVC 编辑器模板在视图中创建了不同的问题类型。请参阅代码示例

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

现在我想使用 Angular 和 MVC 来完成这个任务。

请分享实现此目的的最佳方法。

我找到了如何使用 Angular 实现此目的的想法。

如果还需要其他任何机构,请参阅此 => Angular Static and dynamic templates