Require that all form fields marked 'required' are filled out before we allow config validation
This commit is contained in:
parent
bfd273d16f
commit
0a82f669ae
3 changed files with 33 additions and 15 deletions
|
@ -37,7 +37,9 @@
|
|||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<input class="form-control" placeholder="{{ getPlaceholder(kind) }}" ng-model="value">
|
||||
<form>
|
||||
<input class="form-control" placeholder="{{ getPlaceholder(kind) }}" ng-model="value">
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
Reference in a new issue