openmct/platform/forms
Victor Woeltjen 658d485ccc [Forms] Initial minimal functionality
Initial minimal working implementation where a
two-way binding between form and form user is
observable.

Notably, change ng-options to options, since
ng-options is terminal (it breaks mct-control).

WTD-530
2014-11-26 10:43:48 -08:00
..
res/templates [Forms] Initial minimal functionality 2014-11-26 10:43:48 -08:00
src [Forms] Initial minimal functionality 2014-11-26 10:43:48 -08:00
bundle.json [Forms] Initial minimal functionality 2014-11-26 10:43:48 -08:00
README.md [Structure] Add platform structure 2014-10-27 18:18:50 -07:00

This bundle contains a general implementation of forms in Open MCT Web. This allows forms to be expressed using a reasonably concise declarative syntax, and rendered as Angular templates in a consistent fashion.