-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP]give the ability to load custom renderers #36
base: master
Are you sure you want to change the base?
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 [email protected]
|
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.