Select a tab by setting active binding to true:
  
    
    
  
  
    
  
  
  
    Static content
    
      {{tab.content}}
    
    
      
         Alert!
      
      I've got an HTML heading, and a select callback. Pretty cool!
    
  
  
  
    Vertical content 1
    Vertical content 2
  
  
  
    Justified content
    Short Labeled Justified content
    Long Labeled Justified content
  
  
  Tabbed pills with CSS classes
  
    Tab 1 content
    Tab 2 content
  
  
  Tabs using nested forms:
  
  Model:
  
{{ model | json }}
  Nested Form:
  
{{ outerForm.nestedForm | json }}