protractor-net
protractor-net copied to clipboard
NgNavigation methods don't reload the injected NgModules
After calling the methods `Back(),
Forward()and
Refresh()`` the injected modules aren't re-injected before resuming angular and therefore they cannot be used again.
I've started using some modules for disabling animations today and I am seeing the same thing. Any word on this?
I could fix NgNavigation.Refresh(). Available in version 0.9.1
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 👍