I use ng-include to import sidebar and navbar in my webapp something like this
You are using an outdated</strong> browser. Please upgrade your browser</a> to improve your experience.</p>
<div ng-include src="'navbar.html'"></div>
<div ng-include src="'sidebar.html'"></div>
<div class="content">
<div ng-view></div>
</div>
<script src="../static/bootadmin/js/theme.js"></script>
I want to use theme.js inside in both html file included. What i have to do?