[Forms] Communicate dirty state
Communicate dirty state out of generated forms; WTD-530.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<label class="checkbox custom no-text">
|
||||
<input type="checkbox"
|
||||
name="{{name}}"
|
||||
ng-model="ngModel[name]"
|
||||
name="mctControl"
|
||||
ng-model="ngModel[field]"
|
||||
ng-disabled="ngDisabled">
|
||||
<em> </em>
|
||||
</label>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<select class='form-control input select'
|
||||
ng-model="ngModel[name]"
|
||||
ng-model="ngModel[field]"
|
||||
ng-options="o.name for o in options"
|
||||
name="name">
|
||||
<option value="" ng-if="!ngModel[name]">- Select One -</option>
|
||||
name="mctControl">
|
||||
<option value="" ng-if="!ngModel[field]">- Select One -</option>
|
||||
<span class='ui-symbol arw colorKey'>v</span>
|
||||
</select>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<span class='form-control shell'>
|
||||
<span class='field control'>
|
||||
<input type="text"
|
||||
ng-model="ngModel[name]"
|
||||
name="{{name}}">
|
||||
ng-model="ngModel[field]"
|
||||
name="mctControl">
|
||||
</span>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user