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

Can't set tool tip on buttons #159

Open willt opened 10 years ago

willt commented 10 years ago

Normally you would set title="Foo" on an html button to get a tool tip of "Foo" when you mouse over it. However title is used for the value of the text to display on bs-button.

Is there a way to set tool-tips on buttons using bs-button ?