1.0.0 • Published 8 years ago

angular-tablesortesize v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

AngularJS Tablesortesize

It is a fork of angular-tablesort package that is able to work with angular-table-resize.

The original library defines the scope: true directive's option so there's a conflict between two libraries resulting in the following error:

Error: $compile:multidir Multiple directives resizeable, tsWrapper asking for new/isolated scope on: ...

I've just deleted this option from the corresponding directive and that's it.