1
我有這個輸入字段如何使用需要輸入
<td>
<input class="task-input" type="text" value="" ng-model="workflow.TaskDescription" ng-model-options="{ updateOn: 'blur' }"
ng-change="addActionButtons(workflow)" placeholder="Task" />
</td>
此欄目必須填寫每行和每用戶不能填寫下一行,而該字段爲空。在這種情況下如何使用required
或ng-required
?