Skip to content

AngularJS directive for creating dynamic forms based on schemas that aren't known until runtime

License

Notifications You must be signed in to change notification settings

sajinshrestha/angularjs-dynamic-form

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AngularJS Dynamic Form Directive

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.

This is still a work in progress and is not feature-complete nor well tested. It's probably best not used in a production application without further work.

Copyright 2013 Say Media Ltd. All Rights Reserved. See the LICENSE file for distribution terms.

About

AngularJS directive for creating dynamic forms based on schemas that aren't known until runtime

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages