christopherthielen / ui-router-extras

THIS PROJECT IS NO LONGER MAINTAINED -- Extras for UI-Router for AngularJS. Sticky States (a.k.a. parallel states), Deep State Redirect (for tab-like navigation), Future States (async state definition)
http://christopherthielen.github.io/ui-router-extras/
MIT License
917 stars 211 forks source link

Router doesn't resolve the child scope after the application is idle for at least 10 mins #376

Open HackPoint opened 6 years ago

HackPoint commented 6 years ago

Sorry about the vague question but I'm lost a little bit. I have configured the ui-router with sticky states and it seems that everything is working fine. But I have a little issue.

After the application goes idle (no body touches it for at least 10 mins) the ui-view doesn't get resolved. It means that I don't get any scope digested or anything.