angular.js-ie8-builds
angular.js-ie8-builds copied to clipboard
IE8: angular.js-ie8-builds in conflict with boostrap.js v3.3.6
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>
Try include jQuery before Angular and make sure it's jQuery 1.*