Closed adamlc closed 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
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