Add remaining platform form controls; amend mct-form and mct-control directives to better communicate state. Begin working on problem of communicating validation back out of the form. WTD-530.
8 lines
186 B
HTML
8 lines
186 B
HTML
<span class='form-control shell'>
|
|
<span class='field control'>
|
|
<input type="text"
|
|
ng-model="ngModel[name]"
|
|
name="{{name}}">
|
|
</span>
|
|
</span>
|