<div class="pw-form-control-text" id="disclosureQuestionsPrepopulate" name="disclosureQuestionsPrepopulate" ng-repeat="type in (prepopulatingFieldData|prepopulateValue:'c2a39346-9e95-e411-bd87-00155d005107')" >
<div >
<input name="{{type.Id}}" ng-model="formData.disclosureQuestionsPrepopulate"($index + 1) ng-click="option.selected = true" type="radio" value=true >Yes</input>
</input>
这里我想做的是我的 ng-model 名称应该是这样的
formData.disclosureQuestionsPrepopulate1",formData.disclosureQuestionsPrepopulate2
像那样,但它不起作用。有人能帮我吗?