good morning I write app in Anuglar and Bootstrap, and i used ui.router to routes(works good), and when i load bootstrap library i have this error: console:
Syntax error, unrecognized expression: #!
index.html
<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>
how to fix it?