angular-multiple-selection
angular-multiple-selection copied to clipboard
Simplest way to make your angular items selectable
The [debug_info ](https://docs.angularjs.org/guide/production) when enabled in production removes the access to scope while accessing it in this manner `angular.element.child[i].scope()` This will be undefined .
I am looking for exactly this functionality, but I am using angular2. Is there a version available for angular2?
Prevent the selection helper growing out of the multiple selection zone's boundaries.
Is there possibility to handle `isSelected`, `isSelecting` etc. properties outside of a html file?, e.g. ``` html ``` ``` js $scope.item.isSelected; // true/false ```