Hi
Can I temporarily disable routing? Or perhaps any observable map?
Basically until a certain condition is met, I want the routing
disabled, and then I want to turn it on. Then again if another
condition is met - I want to disable it again. I never want to have to
set up routes again, as I'm using routing from within a controller.
Thanks