Thursday, May 19, 2016

Uncaught Error: Bootstrap tooltips require Tether (http://github.hubspot.com/tether/)

Add this:

source 'https://rails-assets.org' do
  gem 'rails-assets-tether', '>= 1.1.0'
end

to Gemfile. Run bundle.

//= require tether

after jQuery in application.js.

No comments:

Post a Comment