Multi Selection Demos
Array of strings
{{$item}}
{{color}}
Selected: {{multipleDemo.colors}}
Array of objects
{{$item.name}} <{{$item.email}}>
email: {{person.email}}
age:
Selected: {{multipleDemo.selectedPeople}}
Array of objects with single property binding
{{$item.name}} <{{$item.email}}>
email: {{person.email}}
age:
Selected: {{multipleDemo.selectedPeopleSimple}}
Array of objects (with groupBy)
{{$item.name}} <{{$item.email}}>
email: {{person.email}}
age:
Selected: {{multipleDemo.selectedPeopleWithGroupBy}}