angular.js-ie8-builds icon indicating copy to clipboard operation
angular.js-ie8-builds copied to clipboard

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

Open miukki opened this issue 8 years ago • 2 comments

image

miukki avatar Jan 07 '16 03:01 miukki

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>

miukki avatar Jan 07 '16 03:01 miukki

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

fergaldoyle avatar Jan 07 '16 08:01 fergaldoyle