ember-addons / bootstrap-for-ember

Bootstrap for Ember.js
http://ember-addons.github.io/bootstrap-for-ember
Apache License 2.0
704 stars 103 forks source link

ItemPane breaks in Ember 1.8 #185

Closed adamlc closed 10 years ago

adamlc commented 10 years ago

It looks like the following breaks in Ember 1.8, with the error Cannot read property 'pushChildView' of null

https://github.com/ember-addons/bootstrap-for-ember/blob/1a895f7a893127701d6826ba7c48876c8ba0b6a4/app/scripts/views/ItemPaneView.coffee#L23-L29

It looks like in Ember 1.8 you can only return strings inside helpers. It looks like we'll need another way to dynamically render the tab pane. I started to look at this but ran out of time. I'll try and spend more time on it tomorrow