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

@@ -41,7 +41,7 @@
<mct-control key="row.control"
ng-model="ngModel"
ng-required="row.required"
ng-change="row.onchange"
ng-change="row.onchange(ngModel[row.key]); structure.onchange(ngModel)"
ng-pattern="getRegExp(row.pattern)"
options="row.options"
structure="row"