iamike / angular-formly

JavaScript powered forms for AngularJS

Home Page:http://docs.angular-formly.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular-formly logo

angular-formly

Status: bower version npm version npm downloads Build Status

Links: Documentation Examples mailing list Gitter

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.

<form ng-submit="vm.handleSubmit()">
  <formly-form model="vm.formData" fields="vm.formFields"></formly-form>
</form>

Learning

Egghead.io Lessons

NG-NL Talk

JavaScript Powered Forms

Examples

The website is full of tons of examples.

Documentation

Find all the documentation at docs.angular-formly.com.

Roadmap

See the issues labeled enhancement

Contributing

Please see the CONTRIBUTING Guidelines.

Thanks

A special thanks to Nimbly for creating angular-formly. Thanks to Kent C. Dodds for his continued support on the project.

About

JavaScript powered forms for AngularJS

http://docs.angular-formly.com

License:MIT License


Languages

Language:JavaScript 95.8%Language:HTML 3.6%Language:CSS 0.5%