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
The text was updated successfully, but these errors were encountered:
i load bootstrap after angular.js and after jquery.js
... <!-- Vendor: js, App: js--> <!-- build:js ../../public/js/launchpad.min.js --> <script src="/bower_components/es5-shim/es5-shim.js"></script> <script type="text/javascript" src="/node_modules/angular/angular.js"></script> <script type="text/javascript" src="/node_modules/angular-resource/angular-resource.js"></script> <script src="/bower_components/jquery/dist/jquery.js"></script> <script src="/bower_components/bootstrap/dist/js/bootstrap.js"></script> <script src="/assets/js/launchpad/app.js"></script> <!-- /build --> </body>
Sorry, something went wrong.
Try include jQuery before Angular and make sure it's jQuery 1.*
No branches or pull requests
The text was updated successfully, but these errors were encountered: