jadrake75 / ng-scrolling-table

MIT License
8 stars 2 forks source link

namespace changes #64

Closed jadrake75 closed 10 years ago

jadrake75 commented 10 years ago

Changing to the table-xxx and col-xxx syntax. General cleanup Added clearSelection event to clear all selected rows from the model using a table ID. Fixed resize column cursor issue in Firefox Further reduction in controller mixins Refactor table-empty-message to NOT require "data" attribute. Will extract from ng-repeat if present or pull it from the comment if it can find it.

Fixes #53