jadrake75 / ng-scrolling-table

MIT License
8 stars 2 forks source link

tags and attributes of the table are removed. #73

Closed jadrake75 closed 10 years ago

jadrake75 commented 10 years ago

When you have a table defined in src as

<table data-table-scrolling-table data-table-empty-message="No items found." data-table-columns-resizable data-table-selector data-multi-select="false" style="width: 100%; ">

What you will get from the table-scrolling-table is a new set of and

tags but the declarations added are removed. ideally these should be retained (or at least made available in a comment block). This would help in diagnosing issues and may be needed later it a fragment is $compiled although this would not make sense with a split table.