Multiply selection

Selected:

		{{report.selectedPerson}}
	

In template:


Controller rows click event:

{{item.eyeColor}} {{::item.age}} {{::item.balance}} {{::item.company}} {{::item.address}} {{::item.favoriteFruit}}

In template:

Notice

If you don't want to disable row selection, please add setSelected(item) to your ng-click.
$owner is a link to Controller.