Skip to content

Refactored as a directive #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jun 12, 2016
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

A simple form builder that generates a schema and form based on the [angular schema form](http://schemaform.io) package.

<<<<<<< HEAD
=======
(branch for directive development)

Quickly generate your your schema form using this GUI builder.
>>>>>>> refs/remotes/origin/directive

# Roadmap

Expand All @@ -11,6 +17,13 @@ A simple form builder that generates a schema and form based on the [angular sch
- Provide source definition for different platforms
- 100% test coverage

<<<<<<< HEAD
=======
<<<<<<< HEAD
# Demo
There is a live demo at http://ralphowino.github.io/schema-form-builder
=======
>>>>>>> refs/remotes/origin/directive


#Basic Usage
Expand Down Expand Up @@ -43,6 +56,10 @@ Then load them into the Schema Form Builder using the `sfbSchema` and `sfbForm`
</div>
```

<<<<<<< HEAD
=======
>>>>>>> refs/remotes/origin/master
>>>>>>> refs/remotes/origin/directive

# Simply need a html form?
To generate vanilla/bootstrap/material forms checkout ralphowino.github.com/form-builder
Expand Down