2017-10-17 70 views
1

我已經使用MVC和jQuery在一個項目中使用MVC編輯器模板的視圖中創建了不同的Question類型。見代碼示例如何在視圖中使用使用AngularJS的MVC編輯器模板

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

現在我想用角與MVC實現這個任務。

請分享最佳方法來實現這一點。

+0

只要你不能在angularJs使用'@ Html.EditorFor'。 –

+0

我現在可以但我怎樣才能實現這個功能與角度。我只是開始使用角度,需要專家意見。 –

+0

看到這個==> https://stackoverflow.com/questions/24275104/angular-asp-net-mvc-binding –

回答

相關問題