You can combine AngularJS and jQuery. For example, you need to define an array, $scope.selected = [];, in the controller.
You can get an array owning the selected items. Using method alert(JSON.stringify($scope.selected)), you can check the selected items.