abstract-state-router icon indicating copy to clipboard operation
abstract-state-router copied to clipboard

Like ui-router, but without all the Angular. The best way to structure a single-page webapp.

Results 16 abstract-state-router issues
Sort by recently updated
recently updated
newest added

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...

enhancement
needs test
needs discussion

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...

question

- [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...

enhancement

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...

enhancement
needs test

This will allow us to stop a state change in `canLeaveState`, and then re-initiate a state change to the same destination state afterwards.