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

fix to use property as title in Tabs #133

Open patricklx opened 10 years ago

patricklx commented 10 years ago

Sometimes you want to have a changing title in tabs/pills. But if the title itself is a property it somehow doesn't work. I found a simple fix: Just add .content after parentView and it works. http://emberjs.jsbin.com/xotavaho/1/edit