[AngularJS] Re: How to prevent circumevent bookmarking at initialization

2014-01-20 Thread Mike Evteev
Sander, thanks for reply! Could you point me to jsfiddle or something a little bit more formal? My knowledge at this time is absolutely not enough to digest answer like this one, though I think I understand what you are talking about. Also, after thinking about this, I wonder if I can prevent b

[AngularJS] Re: How to prevent circumevent bookmarking at initialization

2014-01-19 Thread Sander Elias
Hi Mike, Well, the simplest solution that comes to mind is use localStorage to monitor progress. That way, when anybody lands on a step where he doesn't belong yet, you can redirect him to the place they left of. If there is no progress, that's the start. You can use ngRoute to handle this. Reg