[WIP]give the ability to load custom renderers#36
Conversation
d246e98 to
f890166
Compare
f890166 to
bbd2028
Compare
|
We'd discussed (on Ember Slack) that there is another add-on ( Two items in particular might be of interest: |
|
Thanks @acorncom, I'll take a look. On Wed, May 18, 2016 at 5:24 PM David Baker notifications@github.com
|
|
Hi @toddjordan, co-worker of @jschilli here, I plan to take a look at this pretty soon. Have you made any further updates? Or do you have any additional thoughts? Thanks in advance! |
bbd2028 to
35ce4d7
Compare
|
HI @toddjordan, juggling a couple things at once, but trying to keep tabs on this still. Thanks for the updates! |
load alpaca renderer from its own file move alpaca renderer under forms dir add htmlbars compile to ember renderer
fix merge part duex
ddfec4f to
90d1b4e
Compare
The goal is to be able to swap the alpaca renderer with other kinds of renderers, namely renderers that render actual ember components to the form.
We'll use ember config to specify which renderer to use. We'll also create a base ember component renderer that will render components.
For a sample usage, we'll pick a component library such as ember-paper to render the form.