I am using bootstrap template in my angularjs project which is served by Grunt. Everything else is working fine, but the Components of bootstrap template which are using LESS are not getting rendered on page when I use ui-router for routing.
How to do it while using ui-router?
<div ui-view=""></div>
for routing purpose. It is not working. – Rushabh Soni 22 hours ago