[Plot] Switched to $watchCollection on form model

This commit is contained in:
Henry
2016-02-09 20:51:56 -08:00
parent 645bd5743f
commit ab1c79f25d
10 changed files with 30 additions and 70 deletions

View File

@@ -23,7 +23,6 @@
<input type="checkbox"
name="mctControl"
ng-model="ngModel[field]"
ng-change="ngChange()"
ng-disabled="ngDisabled">
<em></em>
</label>

View File

@@ -24,7 +24,6 @@
name="mctControl"
ng-model="ngModel[field]"
ng-disabled="ngDisabled"
ng-change="ngChange()"
ng-value="structure.value">
<em></em>
</label>

View File

@@ -24,7 +24,6 @@
ng-model="ngModel[field]"
ng-options="opt.value as opt.name for opt in options"
ng-required="ngRequired"
ng-change="ngChange()"
name="mctControl">
<option value="" ng-show="!ngModel[field]">- Select One -</option>
</select>

View File

@@ -25,7 +25,6 @@
ng-required="ngRequired"
ng-model="ngModel[field]"
ng-pattern="ngPattern"
ng-change="ngChange()"
size="{{structure.size}}"
name="mctControl">
</span>