Just diving into Angular and JS, so my terminology might be a bit shaky.
I'm looking to dynamically load different templates within a specific section of a page based on user clicks without altering the URL path. I know how to use $routeProvider with ng-view, but that changes the URL to load the template associated with it.
Additionally, I'd like to include a back link in this particular section to allow users to navigate back one step.
Any suggestions? Couldn't find similar questions to mine, perhaps due to using incorrect search terms. Any help or advice is greatly appreciated.
Best regards