i'm developing a front-end like pinterest, when the pin is clicked this should be loading in a modal, no problem here.
but a requirement is that, the URL should change when the modal is loaded and in the background must keep pins list.
I can't do it, tried using angular-ui, but when the URL change the ui-view elements are cleaned too
Here in stackoverflow are many similar questions, but the problem here is that not children URLs
url1: site.com / list / categorie -> url2: site.com / title
How I can change the URL and keep the current contents in the background?
thanks!