linstula
linstula
Thanks @abuiles, I'll dig in to this when I get some time
I was under the impression that bootstrap_for_ember had resolved their issues with using `Ember.Handlebars.compile`. Thanks for tracking this down. I'll dig into it and see what can be done but...
It's hard to know what the root of the problem is without more specific information. It's possible you might have an older version of "ember-addons.bs_for_ember" specified in your bower.json file...
Because we're defaulting to importing all the components, we should be consistent and import bootstrap.js so all the components work out of the box. We should also list which components...
After thinking about this, I think it actually makes more sense not import the Bootstrap JS by default. This appears to be an isolated issue with the `bs-panel` component: https://github.com/ember-addons/bootstrap-for-ember/issues/137....