This repository was archived by the owner on Apr 30, 2018. It is now read-only.
0.0.16
0.0.16 Changeset
- The password field no longer uses whitespace trimming.
- Added option to override whitespace trim setting for the password field.
- Revised support for setting the
default
forselect
fields. - Added notes on contributing.
- Fixed #55 Error: field.watch.listener is undefined.
- Added support for
description
to all form fields. - Now providing the
result
to each field template authors have the power to associate other values of the result set with the template. - Adding
requiredExpression
to field options and assinging the field'srequired
property based on its evaluation. Works very much likehideExpression
. - Added option to use
ng-if
instead ofng-hide
to hide fields.