Hi Nikita, I just know it is possible, I have not done it myself yet. It is not just flipping some switch and be done with it. To get this working you need to study the HTML5 history api <https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Manipulating_the_browser_history>. this article <http://diveintohtml5.info/history.html>might help to. Then apply that knowledge to your app. Perhaps you even need to fiddle a bit with angular itself too to get what you want.
Just looked in a bit deeper, and I still think it is possible with the tools angular hands you already. check the $routeUpdate event. Regards Sander -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
