Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit 4352399

Browse files
committed
Update README.md
1 parent 8d4ec25 commit 4352399

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# AngularJS directive which takes JSON representing a form and renders to HTML
1+
## Formly
2+
Formly for Angular is an AngularJS module which has directives to help customize and render JSON based forms. The directive originated from a need to allow our users to create surveys and distribute them easily. Currently we've can render the form data from JSON and assign a model to form so we can receive the submitted data.
23

3-
[TODO - brief summary]
4+
<formly-form result="formData" fields="formFields" options="formOptions" ng-submit="onSubmit()">
5+
</formly-form>
46

57
## Demo
68
http://Nimbly.github.io/angular-formly/
@@ -25,6 +27,10 @@ See `bower.json` and `index.html` in the `master` branch for a full list / more
2527
## Documentation
2628
[TODO]
2729

30+
## Roadmap
31+
32+
## Release Notes
33+
2834
## Development
2935

3036
1. `git checkout master`

0 commit comments

Comments
 (0)