在我的应用程序中,我有嵌套的表单,一些具有固定名称,一些具有使用ng repeat index生成的名称: <form name="rootForm"> <div ng-repeat="child in childForms"> ...
確定! 回上一頁