I would like a way to easily set some initial state variables from the application level. I am thinking something like app.setState('Start', '2016-07-01') right after the app.module() calls.
I've done some initial poking but have not yet found a straightforward way to weave that into mudguard so it pops up on the client side where modules can see them.