| Age | Commit message (Collapse) | Author |
|
|
|
Closes #816
|
|
|
|
|
|
|
|
|
|
- The validationErrorKeys are now published as CSS for easy styling. The errorKeys should be in
camelCase and the CSS will be in snake-case
|
|
|
|
|
|
|
|
|
|
|
|
the forms/controls code refactored not to depend on events which forced
us to create new scope for each form element.
|
|
|
|
|
|
This reverts commit 8fb34f008eca4d1e15e6fa63902aaa36d199c4af.
|
|
|
|
|
|
|
|
Each widget (ng-model directive) emits $newFormControl event instead of getting hold of parent form
and calling form.registerWidget(this);
|
|
|
|
|