jadrake75 / ng-scrolling-table

MIT License
8 stars 2 forks source link

selection directive does not clear unselected values #33

Closed jadrake75 closed 10 years ago

jadrake75 commented 10 years ago

In the selection directive stg-table-selector, when the click event invokes the "select" method, it returns the cleared rows. However these cleared rows are ignored by the directive instead of modifying their class (ie. the model state has then unselected by the visual state is still selected)