<div class="form-group" ng-class="{true: 'has-error'}[APPForm[{{sa.key}}].$invalid]" ng-repeat="sa in appSetData">
<input type="text" ng-model="this[sa.key]" name="{{sa.key}}" class="width-100" placeholder="请输入" required ng-if="sa.childType1.type=='text'">
</div>
name是可以命名的 ng-model 有什么方法可以命名成 我json数组中的 某个变量
比如我sa.key 是 aa 或者 bb ng-model="aa" ng-model="bb"
循环吧,ng-model别人绑定不了