You can use ngRoute and ngView to display your high level pages (sales, payment, delivery, receipt) and have each defined with their own controller. Create a directive to generate the side panel (for each element applicable to the page, add a link) and then have it call a function that sets the selected item on the controller for that page.
>From there, include the appropriate html template for that page when the user makes the selection. -- 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.
