ui-router-extras
ui-router-extras copied to clipboard
Add option to load specific states automatically
I really appreciate your work and have been using your sticky states in one of my apps that has tabs. The issue I have is...
- I have to put a the submit button outside of the tabs.
- The data that is in the form is loaded when the user enters the app, and if their data was entered elsewhere it could be invalid. Therefore, I have to show them validation error messages pertaining to 2 separate states above the tabs.
What I'm requesting is some kind of logic to support both states being loaded when the page loads. A way to tie states together.