Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/launchscout/angular-schema-form
- Owner: launchscout
- Archived: true
- Created: 2014-04-26T01:26:41.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-04-18T06:41:57.000Z (almost 8 years ago)
- Last Synced: 2024-08-01T21:58:13.118Z (7 months ago)
- Language: JavaScript
- Size: 255 KB
- Stars: 78
- Watchers: 11
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-repos - launchscout/angular-schema-form - Directives to build forms from json schema (JavaScript)
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
* patternWe aim to eventually support:
* format date-time
* link relationsThis directive outputs twitter bootstrap compatible markup. A [demo](http://gaslight.github.io/angular-schema-form/) is here.