Is there possibility to handle `isSelected`, `isSelecting` etc. properties outside of a html file?, e.g. ``` html <div multiple-selection-item="item"> ``` ``` js $scope.item.isSelected; // true/false ```