janusnic / 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

Status: bower version npm version npm downloads Build Status Code Coverage

Links: Documentation Examples mailing list egghead.io lessons 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 name="vm.someForm" ng-submit="vm.handleSubmit()">
  <formly-form model="vm.model" fields="vm.fields" options="vm.options">
    <button type="submit" ng-disabled="vm.someForm.$invalid">Submit</button>
    <button type="button" ng-click="vm.options.resetModel()">Reset</button>
  </formly-form>
</form>

From there, it's just JavaScript. Allowing for DRY, maintainable, reusable forms.

Egghead.io Lessons

I'm an egghead.io author and I have made a handful of lessons available there for free here

NG-NL Talk

JavaScript Powered Forms

Examples

The website is full of tons of examples.

More

Find more resources at learn.angular-formly.com

Documentation

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

Getting Help

Please to file an issue unless you feel like you've found a bug or have a feature request. Instead, go to help.angular-formly.com and follow the instructions.

Roadmap

See the issues labeled enhancement

Contributing

Please see the CONTRIBUTING Guidelines.

Bookmark Links

You can bookmark these :-)

Thanks

A special thanks to Nimbly for creating angular-formly. This library is maintained (with love) by me, Kent C. Dodds. Thanks to all contributors!

About

JavaScript powered forms for AngularJS

http://docs.angular-formly.com

License:MIT License


Languages

Language:JavaScript 99.1%Language:HTML 0.6%Language:Shell 0.2%Language:CSS 0.1%