Bootstrap theme
    Selected: {{ctrl.address.selected.formatted_address}}
    
      {{$select.selected.formatted_address}}
      
        
      
    
    The select dropdown menu should be displayed above this element.
   
  
    Select2 theme
    Selected: {{ctrl.person.selected}}
    
      {{$select.selected.name}}
      
        
        
          email: {{person.email}}
          age: 
        
      
    
    The select dropdown menu should be displayed above this element.
   
  
    Selectize theme
    Selected: {{ctrl.country.selected}}
    
      {{$select.selected.name}}
      
        
        
      
    
    The select dropdown menu should be displayed above this element.