Add custom view to jhipster app
I would like to add a custom view to jhipster app on index.html I already created the link in navbar.html and added the html file on path src/main/webapp/scripts/app/custom/newView.html <a ui-sref="newView" data-toggle="collapse" data-target=".navbar-collapse.in"> <span class="glyphicon"></span> <span class="hidden-sm">new view</span> </a> When I click on the link it doesn't work. Probably it needs a custom route in angular but I can't figure out how to create it. What else should I do? In addition to the other answer, here is another piece of information. Maybe somebody else will find it