leftstick / generator-es6-angular

Yeoman generator for es6 based angular skeleton
https://leftstick.github.io/generator-es6-angular
MIT License
74 stars 18 forks source link

using bootstrap's tooltip plugin? #8

Closed adamborowski closed 8 years ago

adamborowski commented 8 years ago

Is it possible in easy way to use tooltip plugin? By default this statement results undefined: $(selector).tooltip

I think it is bundled with bootstrap. I use previous version (just before 3.0)

leftstick commented 8 years ago

I imported angular-strap by default before 3.0.0, which is an awesome angular wrapper of bootstrap.

If you'd like to use tooltip, check her document here: tooltip.

Actually, since i imported angular-strap, tooltip directive is already there for use:

<a href data-animation="am-flip-x" bs-tooltip data-title="Hello, i'm here">click me</a>