angular-formly
Version:
AngularJS directive which takes JSON representing a form and renders to HTML
58 lines (37 loc) • 2.57 kB
Markdown
<img src="https://raw.githubusercontent.com/formly-js/angular-formly/master/images/logo/angular-formly-logo-64px.png" alt="angular-formly logo" title="angular-formly" align="right" width="64" height="64" />
## [angular-formly](http://docs.angular-formly.com)
Status:
[](https://www.npmjs.org/package/angular-formly)
[](https://www.npmjs.org/package/angular-formly)
[](https://www.npmjs.org/package/angular-formly)
[](https://github.com/js-data/js-data/blob/master/LICENSE)
Links:
[](https://groups.io/org/groupsio/formly-js)
[](https://gitter.im/formly-js/angular-formly?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](http://docs.angular-formly.com)
[](http://angular-formly.com)
angular-formly is an AngularJS module which has a directive to help customize and render JavaScript/JSON configured forms.
The `formly-form` directive and the `formlyConfig` service are very powerful and bring unmatched maintainability to your
application's forms.
```html
<form ng-submit="vm.handleSubmit()">
<formly-form model="vm.formData" fields="vm.formFields"></formly-form>
</form>
```
## Learning
### Egghead.io Lessons
- [Introduction](https://egghead.io/lessons/angularjs-introduction-to-angular-formly)
- [Bug me](/../../issues/219) for more...
### NG-NL Talk
[](http://youtu.be/o90TMDL3OYc)
### Examples
[The website](http://formly-js.github.io/angular-formly/) is full of tons of examples.
## Documentation
Find all the documentation at [docs.angular-formly.com](http://docs.angular-formly.com).
## Roadmap
- See the [issues labeled enhancement](labels/enhancement)
## Contributing
Please see the [CONTRIBUTING Guidelines](CONTRIBUTING.md).
## Thanks
A special thanks to [Nimbly](http://gonimbly.com) for creating angular-formly.
Thanks to [Kent C. Dodds](https://github.com/kentcdodds) for his continued support on the project.