Drop Down Selectors
-
Both are created with AngularJS
-
The first allows for multiple selection
-
The second allows a single selection with search capability
-
The creation of either, in my opinion, is overly complicated...
{{$item.name}} <{{$item.email}}>
email: {{person.email}}
age:
country
Selected: {{form.selectedPeople}}
{{$select.selected.name}} <{{$select.selected.email}}>
email: {{person.email}}
age:
country:
Selected: {{form.selectedPerson}}