Hey there, I'm currently working on developing an application using Angular and Bootstrap. I've successfully implemented ui.router for routing purposes, but I've encountered an issue when loading the Bootstrap library. The console is showing me the following error message:
Syntax error, unrecognized expression: #!
This problem occurs in my index.html file. Here's how I'm including the jQuery and Bootstrap scripts:
<script src="js/jquery-3.1.1.min.js" type="text/javascript-lazy"></script>
<script src="bootstrap/js/bootstrap.js" type="text/javascript-lazy"></script>
Could someone please advise me on how to resolve this error? Thank you!