Skip to content
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

IE8: angular.js-ie8-builds in conflict with boostrap.js v3.3.6 #27

Open
miukki opened this issue Jan 7, 2016 · 2 comments
Open

IE8: angular.js-ie8-builds in conflict with boostrap.js v3.3.6 #27

miukki opened this issue Jan 7, 2016 · 2 comments

Comments

@miukki
Copy link

miukki commented Jan 7, 2016

image

@miukki
Copy link
Author

miukki commented Jan 7, 2016

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>

@fergaldoyle
Copy link
Owner

Try include jQuery before Angular and make sure it's jQuery 1.*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants