abstract-state-router
abstract-state-router copied to clipboard
Like ui-router, but without all the Angular. The best way to structure a single-page webapp.
This is one of my diversions from ui-router behavior that I regret. Right now, you can pass whatever parameters into `stateRouter.go` or `stateRouter.makePath` and they will get put into the...
As phrased by @daytonlowell: > huh, totally annoying thing I just now noticed. If you're on state A and scroll down the page and then go to state B, you...
- [x] ability to load resolve data from a global instead of fetching the data remotely (pull request #49) - [ ] ability to get the resolve data from a...
Right now `evaluateCurrentRoute` only checks "is there any route" before sending you to a default state. It would probably be more correct to check "is the route empty?" and if...
This will allow us to stop a state change in `canLeaveState`, and then re-initiate a state change to the same destination state afterwards.