
angular-formly
THIS PROJECT NEEDS A MAINTAINERStatus:
Links:
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.
Learning
Egghead.io Lessons
I'm an egghead.io author and I have made a handful of lessons available there for free hereNG-NL Talk

Examples
The website is full of tons of examples.More
Find more resources at learn.angular-formly.comDocumentation
Find all the documentation at docs.angular-formly.com.Plugins
Find all the plugins at docs.angular-formly.com/page/pluginsGetting Help
Please don't 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 enhancementContributing
Please see the CONTRIBUTING Guidelines.Note: This projects adheres to a Code of Conduct.
Financial Support
Some have expressed a desire to contribute financially as a way of expressing gratitude. I appreciate anything you (or your company) would be willing to contribute :-) You can support me here. Thanks!Bookmark Links
You can bookmark these :-)- http://help.angular-formly.com
- http://question.angular-formly.com
- http://issue.angular-formly.com
- http://new-example.angular-formly.com
- http://egghead.angular-formly.com
- http://chat.angular-formly.com
- http://mailing-list.angular-formly.com
- http://learn.angular-formly.com
- http://questions.angular-formly.com