TerryMooreII / angular-wysiwyg

An AngularJS WYSIWYG directive that multiple instances and two-way data-binding.
MIT License
121 stars 76 forks source link

failing on start "element.find(...).tooltip is not a function" #64

Open rafaelcoutinho opened 8 years ago

rafaelcoutinho commented 8 years ago

Not sure what I've missed, but always getting this error:

element.find(...).tooltip is not a function
    at configureBootstrapTitle (http://app.northbrasil.com.br/bower_components/angular-wysiwyg/dist/angular-wysiwyg.js:203:43)
    at init (http://app.northbrasil.com.br/bower_components/angular-wysiwyg/dist/angular-wysiwyg.js:182:11)
    at link (http://app.northbrasil.com.br/bower_components/angular-wysiwyg/dist/angular-wysiwyg.js:178:9)
muhyiddins commented 8 years ago

i have same problem @rafaelcoutinho

rafaelcoutinho commented 8 years ago

I is related to this tag enable-bootstrap-title="true"

set it to false and it works.