bootstrap-for-ember
bootstrap-for-ember copied to clipboard
Handlebars 2.0 required for Ember 1.9.0
I think the dependencies need to be updated in order to compile templates for Handlebars 2.0 (which is required by Ember 1.9.0).
Yep. Requiring handlebars ~2 is a breaking change. Also affects CLI version. https://github.com/dockyard/ember-cli-bootstrap/issues/29
For people googling, the error you will receive is Uncaught Error: Unknown template object: function
a PR will be welcomed, The new ember components will support Ember 1.9 when it's out.
How about this: #194? The compiled JS does work fine in one of my projects w/ Ember 1.9. I do not fully understand how the 'showcase' is built. Could you look into this?
Is this PR going to be merged, and released to bower? It is not possible for me to switch to the new ember components, since that project has currently just a minimal set of the components avaible in bootstrap-for-ember (for example, no growl notificiations are provided)
I needed this to continue working so just installed manually. Here's the list of files you need: https://github.com/linstula/ember-cli-bootstrap/issues/29#issuecomment-67224748
I've updated my forked version to work with ember 1.10 https://github.com/ritesh83/bootstrap-for-ember Hope it helps.