Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/launchscout/angular-schema-form

Directives to build forms from json schema
https://github.com/launchscout/angular-schema-form

Last synced: 3 months ago
JSON representation

Directives to build forms from json schema

Awesome Lists containing this project

README

        

# SchemaForm

##Simple form building for angular.

Schema form provides a couple directives for building forms
given a [json schema](http://json-schema.org).

`` 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](http://gaslight.github.io/angular-schema-form/) is here.