angular-formly

JavaScript powered forms for AngularJS

  • 所有者: formly-js/angular-formly
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

angular-formly

THIS PROJECT NEEDS A MAINTAINER

Status:
npm version
npm downloads
Build Status
Code Coverage

Links:
Documentation
Examples
egghead.io lessons
Gitter
semantic-release
PRs Welcome

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.

IMPORTANT: This is the formly project for AngularJS (v1.x). If you're looking for an Angular (v2+) alternative, take a look at the ngx-formly project.

Learning

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.

Plugins

Find all the plugins at docs.angular-formly.com/page/plugins

Getting 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 enhancement

Contributing

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!

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!

主要指标

概览
名称与所有者formly-js/angular-formly
主编程语言JavaScript
编程语言JavaScript (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2014-01-31 01:01:57
推送于2018-04-22 12:39:37
最后一次提交2018-04-22 14:39:36
发布数226
最新版本名称v8.4.1 (发布于 )
第一版名称0.0.1 (发布于 )
用户参与
星数2.2k
关注者数105
派生数398
提交数1k
已启用问题?
问题数608
打开的问题数93
拉请求数112
打开的拉请求数0
关闭的拉请求数52
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?