christopherthielen / ui-router-extras

THIS PROJECT IS NO LONGER MAINTAINED -- Extras for UI-Router for AngularJS. Sticky States (a.k.a. parallel states), Deep State Redirect (for tab-like navigation), Future States (async state definition)
http://christopherthielen.github.io/ui-router-extras/
MIT License
917 stars 211 forks source link

Add option to load specific states automatically #274

Open fimius23 opened 8 years ago

fimius23 commented 8 years ago

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

  1. I have to put a the submit button outside of the tabs.
  2. 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.