Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

dough-com/ember-ambitious-forms

Repository files navigation

ember-ambitious-forms

Ambitious, flexible, (mostly) unopinionated form helpers.

Usage

Command-line:

$ ember install git://github.com/dough-com/ember-ambitious-forms

Template:

{{#amb-form scope=object submit='actionName' as |f|}}
  {{f.field 'propName' label='Property Name'}}
  {{f.field 'propBool' label='Check it' type='checkbox'}}

  <button>Submit</button>
{{/amb-form}}

Developing

To request changes, please fork this project and create a PR from that.

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published