0.0.0 • Published 10 years ago
ember-ambitious-forms v0.0.0
ember-ambitious-forms
Ambitious, flexible, (mostly) unopinionated form helpers.
Usage
Command-line:
$ ember install git://github.com/dough-com/ember-ambitious-formsTemplate:
{{#af-form scope=object submit='actionName' as |f|}}
{{f.field 'propName' label='Property Name'}}
{{f.field 'propBool' label='Check it' type='checkbox'}}
<button>Submit</button>
{{/af-form}}Running
ember server- Visit your app at http://localhost:4200.
Running Tests
npm test(Runsember try:testallto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.
0.0.0
10 years ago