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
This addon requires me to add the following line in my ember-cli-build.js file to use any bootstrap requiring js:
app.import('bower_components/bootstrap/dist/js/bootstrap.js');
It would be nice if this addon did not require this extra step.
I was using ember 2.5 but I think is an issues with newer versions as well.
The text was updated successfully, but these errors were encountered:
fix(ButtonGroup): allow value 0 (Number) as valid value for a bs-butt…
d770cf6
…on (emberjs-addons#105). Thanks to @arohr
No branches or pull requests
This addon requires me to add the following line in my ember-cli-build.js file to use any bootstrap requiring js:
app.import('bower_components/bootstrap/dist/js/bootstrap.js');
It would be nice if this addon did not require this extra step.
I was using ember 2.5 but I think is an issues with newer versions as well.
The text was updated successfully, but these errors were encountered: