1
我已經使用MVC和jQuery在一個項目中使用MVC編輯器模板的視圖中創建了不同的Question類型。見代碼示例如何在視圖中使用使用AngularJS的MVC編輯器模板
@Html.EditorFor(model => (model).UserIfno.Questions[0], "QuestionTextBox");
現在我想用角與MVC實現這個任務。
請分享最佳方法來實現這一點。
我已經使用MVC和jQuery在一個項目中使用MVC編輯器模板的視圖中創建了不同的Question類型。見代碼示例如何在視圖中使用使用AngularJS的MVC編輯器模板
@Html.EditorFor(model => (model).UserIfno.Questions[0], "QuestionTextBox");
現在我想用角與MVC實現這個任務。
請分享最佳方法來實現這一點。
我發現瞭如何使用Angular實現這個想法。
如果需要其他任何機構請參閱本=> Angular Static and dynamic templates
只要你不能在angularJs使用'@ Html.EditorFor'。 –
我現在可以但我怎樣才能實現這個功能與角度。我只是開始使用角度,需要專家意見。 –
看到這個==> https://stackoverflow.com/questions/24275104/angular-asp-net-mvc-binding –