Hi group! I'm very new to angularjs and js in general, so, please forgive me silly questions.
I'm researching a possibility to use angular to write wizard like web application. This application will consists from multiple steps and going to have some sort of server side session storage. I'm looking at angular and like it so far. However I realized that I'm going to have some problems with very same concept that SPA is aiming to resolve - bookmarking. I would like to know how I can initialize application to one of the designated steps if user visit site using bookmark to any step inside of the long process. In other words I need to have control over entry point and if user is breaking-in inside the process I would like him redirected to the first step and go trough initialization process again. Problem is that unlike some apps in the wild I have anonymous access to the whole app, so there will be no way to hide behind server authentication redirect. Is this doable at all? Any direction will be greatly appreciated. -- 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/groups/opt_out.
