mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 06:52:24 +00:00
d7c7e2835f
Pass along ng-required values such that Angular may handle tracking of form validity based on the presence of required fields. WTD-530.
9 lines
229 B
HTML
9 lines
229 B
HTML
<span class='form-control shell'>
|
|
<span class='field control'>
|
|
<input type="text"
|
|
ng-required="ngRequired"
|
|
ng-model="ngModel[field]"
|
|
name="mctControl">
|
|
</span>
|
|
</span>
|