Another alternative is https://github.com/dotJEM/angular-routing where explicit viev targeting is more logical (IMO)...
Anyways, in both cases your looking for the concept of child-states or sub-states... Almost done in the same way in both frameworks. Look at the "Sub State Example" at http://dotjem.github.io/angular-routing/ And one for UI-Router: http://plnkr.co/edit/u18KQc?p=preview On Sunday, September 21, 2014 2:43:25 PM UTC+2, mark goldin wrote: > > Yes, ui-router is what to use, but beyond that I am sure I know which > particular concept to follow to. Can you be a bit more specific? > > On Saturday, September 20, 2014 2:43:00 PM UTC-5, mark goldin wrote: >> >> Here is my basic layout. >> >> ------------------------------ >> main menu >> ----------------------------- >> ------------------------------ >> >> static view >> >> ------------------------------ >> >> ------------------------------ >> >> dynamic view >> >> ------------------------------ >> >> When a page a loaded I only see a main menu. That is done without >> Angular. After selecting an item on the menu I need to show two views at >> the same time: a static view and a first dynamic view. >> After clicking a button on the static view another dynamic view needs to >> replace a first dynamic view. >> >> What is a main concept of creating such layout? Any code sample? >> >> Thanks >> > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
