Twitter bootstrap – How to ignore scripts, style etc when loading in Angularjs ng-view
i'm using Angularjs and I have a ng-view with some parts. The partial views have some scripts in the head. <html> <head> <meta charset="utf-8"> <script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> ... </head> <body> <div class="section"> ... some content </div> </body> </html> If i…