我的结构类似于
<div>
<span>Employer</span>
<input type="radio" value="Current">
</div>
<div>
<span>Employer</span>
<input type="radio" value="Previous">
</div>
<div><button>Add Employer</button>
<div>
<span>Employer</span>
<input type="radio" value="Current">
</div>
<div>
<span>Employer</span>
<input type="radio" value="Previous">
</div>
<div><button>Add Employer</button>
我试着在这样的条件下工作。如果任何人可以请在Checked If条件中请求动态创建的单选按钮!
由于
答案 0 :(得分:0)
您可以使用ng-value
将默认值设置为按钮。像这样:
<input type="radio" ng-value="true" value="Previous">