AngularJS Dynamic Form Directive

Author: saymedia
Official Page: Go to website
Publish Date: March 24, 2016
License: MIT

Description:

This module provides an AngularJS directive that allows a form to be generated dynamically based on a field configuration in the scope.

This is useful for situations where the shape of the target data structure is not known until runtime. For example, this could be useful for building a generic database manipulation tool that includes a form for manipulating a row of data, with the database itself providing the schema information at runtime.

Preview:

AngularJS Dynamic Form Directive


You Might Be Interested In:

Add Comment