Added form-level change event

This commit is contained in:
Henry
2016-02-08 17:46:21 -08:00
parent 9371fcbc4c
commit be031285b9
7 changed files with 18 additions and 23 deletions

View File

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