We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was unable to *= require bootstrap-typeahead-rails but
*= bootstrap-typeahead-rails/bootstrap-typeahead
works good. I think you should update your readme
The text was updated successfully, but these errors were encountered:
It should work as stated in the Readme.
The index file at [1] should get required when you do require bootstrap-typeahead-rails.
require bootstrap-typeahead-rails
[1] https://github.com/Nerian/bootstrap-typeahead-rails/tree/master/vendor/assets/stylesheets/bootstrap-typeahead-rails
Sorry, something went wrong.
it doesn't work. Tried clean rails 4.2 application with line gem 'bootstrap-typeahead-rails' in my gemfile
You can take a look at the test app:
https://github.com/Nerian/bootstrap-typeahead-rails/tree/master/testapp
It works as stated in the Readme. Maybe you could check for differences.
No branches or pull requests
I was unable to
*= require bootstrap-typeahead-rails
but
*= bootstrap-typeahead-rails/bootstrap-typeahead
works good. I think you should update your readme
The text was updated successfully, but these errors were encountered: