angularjs-table
angularjs-table copied to clipboard
Undocumented dependencies
The documentation doesn't mention that this component depends on angular-ui/ui-sortable and that depends on jQuery. These two significantly bloat the resulting bundles.
Maybe make the sorting optional?
Yes, making the sorting functionality sortable sounds fine. I should have some time today or tomorrow to make that change.
Thanks for the suggestion!
Yikes, 22 days still... Apologies for the delay, I've been busier than expected. Will attempt to address this soon
@pwarelis please have a look at #36 and tell me if that works for you.
Hey Andy,
What about the module name 'ui.sortable' on angular module boot?
Oh good call, will update the PR