I am using ui-router for nested states & views. When I click on the link, the URL changes to the URL for the substate, but the template does not load.
For exampl
I had the same issue and the solution was to place ui-view to your parent's template. Because your partials also need a too, if they will be loading a template from a child state. See here https://github.com/angular-ui/ui-router/wiki/Frequently-Asked-Questions#issue-my-templates-are-not-appearing--loading--showing