ctrl.disabled {{ctrl.disabled | json}}
  
  
    
    
    ctrl.searchEnabled {{ ctrl.searchEnabled | json }}
  
  
    
  
  Bootstrap theme
  Selected: {{ctrl.person.selected}}
  
    {{$select.selected.name}}
    
      
      
        email: {{person.email}}
        age: 
      
    
  
  
  Number Selected: {{ctrl.multipleDemo.selectedPeople.length}}
  
    {{$item.name}} <{{$item.email}}>
    
      
      
        email: {{person.email}}
        age: 
      
    
  
  Select2 theme
  Selected: {{ctrl.person.selected}}
  
    {{$select.selected.name}}
    
      
      
        email: {{person.email}}
        age: 
      
    
  
  
  Number Selected: {{ctrl.multipleDemo.selectedPeople.length}}
  
    {{$item.name}} <{{$item.email}}>
    
      
      
        email: {{person.email}}
        age: 
      
    
  
  Selectize theme
  Selected: {{ctrl.country.selected}}
  
    {{$select.selected.name}}