protractor-net icon indicating copy to clipboard operation
protractor-net copied to clipboard

NgNavigation methods don't reload the injected NgModules

Open Meir017 opened this issue 8 years ago • 3 comments

After calling the methods `Back(),Forward()andRefresh()`` the injected modules aren't re-injected before resuming angular and therefore they cannot be used again.

Meir017 avatar Mar 30 '16 16:03 Meir017

I've started using some modules for disabling animations today and I am seeing the same thing. Any word on this?

disophisis avatar Nov 30 '16 20:11 disophisis

I could fix NgNavigation.Refresh(). Available in version 0.9.1

bbaia avatar Dec 01 '16 20:12 bbaia

Yeah looking at the js version of protractor this looks like how they handle it. I didn't actually see if they handled nav like back/forward but I think this fix would probably suffice for me 👍

disophisis avatar Dec 01 '16 20:12 disophisis