1 回答
慕侠2389804
TA贡献1719条经验 获得超6个赞
$scope.bookForm[thisName]
中没有$invalid
这个属性,你可以将$scope.bookForm[thisName]
打印出来看下
console.log($scope.bookForm[thisName]);
添加回答
举报
0/150
提交
取消