Select2 theme
  Single property binding with async data
  Selected:  {{ctrl.personAsync.selected | json }}
  
  List Count: {{ (ctrl.peopleAsync || []).length }}
  
    {{$select.selected.name || $select.selected}}
    
      
      
        email: {{person.email}}
        age: 
      
    
  
  Data will be populated in 3 secs