willgm / ngSelectable

AngularJS bindings for jQuery UI Selectable
MIT License
21 stars 8 forks source link

Wrong selection #6

Closed piotrpawlowski closed 6 years ago

piotrpawlowski commented 8 years ago

When li element contains for example span, selection doesn't work properly.

 <li class="ui-widget-content" ng-repeat="friend in friends">
{{friend.name}}<span>Test</span><br/><span>Test2</span>
</li>
vikashachary commented 8 years ago

during selection, with each selected element 1st < li > block gets selected by default in $selected.

willgm commented 6 years ago

Can't reproduce.