My first instinct is to suggest using the ngView directive to handle the different panes. However if you're already using that for your top level routing, check out the UI-Router package:
https://github.com/angular-ui/ui-router Here's a nice demo of what it can offer you: http://angular-ui.github.io/ui-router/sample/#/ On Monday, December 23, 2013 10:29:29 AM UTC-8, Kevin Le wrote: > > I am trying to create a 2 level tab navigation with each sub-tab has > dynamic UI content. I am trying to have the whole UI created from JSON > definition with main TABs array where each tab contain sub-tabs array. Each > sub-tab contain UI elements such as text, combobox, radio button, > multi-select list, etc... > > I am looking at these two examples and trying to combine them to make it > work. Since I am new to angularjs I just hope to get some help to get me > started. > > *http://plnkr.co/edit/UyhKX0morMzYhhjH43OY?p=preview*<http://plnkr.co/edit/UyhKX0morMzYhhjH43OY?p=preview> > > *http://jsfiddle.net/vorburger/8CxRC/3/*<http://jsfiddle.net/vorburger/8CxRC/3/> > > Thanks, Kevin > -- 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/groups/opt_out.
