All Projects → gaslight → angular-schema-form

gaslight / angular-schema-form

Licence: other
Directives to build forms from json schema

Programming Languages

javascript
184084 projects - #8 most used programming language
coffeescript
4710 projects
CSS
56736 projects

SchemaForm

##Simple form building for angular.

Schema form provides a couple directives for building forms given a json schema.

<schema-form-fields> can be used as an element or attribute and takes 3 attributes:

  • schema
  • model
  • fields (an array of field names, for ordering)

So far, we support the following json schema types:

  • string
  • boolean
  • enum
  • integer
  • required
  • number
  • pattern

We aim to eventually support:

  • format date-time
  • link relations

This directive outputs twitter bootstrap compatible markup. A demo is here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].