-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
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
Bootstrap test is failing after 4.0.0 went beta #7358
Comments
The upgrade from alpha to beta of bootstrap 4 dropped the dependency on jQuery Fixes angular#7358
and there was much rejoicing! |
@Brocco
|
and popper.js |
The upgrade from alpha to beta of bootstrap 4 dropped the dependency on jQuery Fixes #7358
For anyone who is using Bootstrap 4 with Angular and doesn't want to jump through all the jQuery / popper.js hops, we've just release beta version of native Angular directives (no need for jQuery, no need for popper.js: https://ng-bootstrap.github.io. It is fully compatible with Bootstrap 4 beta released today. |
The upgrade from alpha to beta of bootstrap 4 dropped the dependency on jQuery Fixes #7358
Is there documentation on how to go from the Bootstrap Sass package that is generated/used by this CLI to BS 4? |
The upgrade from alpha to beta of bootstrap 4 dropped the dependency on jQuery Fixes angular#7358
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This test is failing because there is no longer a dependency on jQuery.
The test linked to above needs updated accordingly.
Note: as it currently stands, CI will not pass until this is resolved.
The text was updated successfully, but these errors were encountered: